hudson.scm
类 BlameSubversionChangeLogSet.LogEntry

java.lang.Object
  继承者 hudson.scm.ChangeLogSet.Entry
      继承者 hudson.scm.BlameSubversionChangeLogSet.LogEntry
包容类:
BlameSubversionChangeLogSet

public static class BlameSubversionChangeLogSet.LogEntry
extends hudson.scm.ChangeLogSet.Entry

One commit.

Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.


构造方法摘要
BlameSubversionChangeLogSet.LogEntry()
           
 
方法摘要
 void addPath(BlameSubversionChangeLogSet.Path p)
           
 java.util.Collection<BlameSubversionChangeLogSet.Path> getAffectedFiles()
           
 java.util.Collection<java.lang.String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 java.lang.String getDate()
           
 java.lang.String getMsg()
           
 BlameSubversionChangeLogSet getParent()
          Gets the BlameSubversionChangeLogSet to which this change set belongs.
 java.util.List<BlameSubversionChangeLogSet.Path> getPaths()
          Gets the files that are changed in this commit.
 int getRevision()
          Gets the revision of the commit.
 java.lang.String getUser()
           
 void setDate(java.lang.String date)
           
 void setMsg(java.lang.String msg)
           
protected  void setParent(hudson.scm.ChangeLogSet changeLogSet)
           
 void setRevision(int revision)
           
 void setUser(java.lang.String author)
           
 
从类 hudson.scm.ChangeLogSet.Entry 继承的方法
getMsgAnnotated, getMsgEscaped
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BlameSubversionChangeLogSet.LogEntry

public BlameSubversionChangeLogSet.LogEntry()
方法详细信息

getParent

public BlameSubversionChangeLogSet getParent()
Gets the BlameSubversionChangeLogSet to which this change set belongs.

覆盖:
hudson.scm.ChangeLogSet.Entry 中的 getParent

setParent

protected void setParent(hudson.scm.ChangeLogSet changeLogSet)
覆盖:
hudson.scm.ChangeLogSet.Entry 中的 setParent

getRevision

@Exported
public int getRevision()
Gets the revision of the commit.

If the commit made the repository revision 1532, this method returns 1532.


setRevision

public void setRevision(int revision)

getAuthor

public hudson.model.User getAuthor()
指定者:
hudson.scm.ChangeLogSet.Entry 中的 getAuthor

getAffectedPaths

public java.util.Collection<java.lang.String> getAffectedPaths()
指定者:
hudson.scm.ChangeLogSet.Entry 中的 getAffectedPaths

setUser

public void setUser(java.lang.String author)

getUser

@Exported
public java.lang.String getUser()

getDate

@Exported
public java.lang.String getDate()

setDate

public void setDate(java.lang.String date)

getMsg

@Exported
public java.lang.String getMsg()
指定者:
hudson.scm.ChangeLogSet.Entry 中的 getMsg

setMsg

public void setMsg(java.lang.String msg)

addPath

public void addPath(BlameSubversionChangeLogSet.Path p)

getPaths

@Exported
public java.util.List<BlameSubversionChangeLogSet.Path> getPaths()
Gets the files that are changed in this commit.

返回:
can be empty but never null.

getAffectedFiles

public java.util.Collection<BlameSubversionChangeLogSet.Path> getAffectedFiles()
覆盖:
hudson.scm.ChangeLogSet.Entry 中的 getAffectedFiles


Copyright © 2010. All Rights Reserved.