|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet.Entry
hudson.scm.BlameSubversionChangeLogSet.LogEntry
public static class BlameSubversionChangeLogSet.LogEntry
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 |
| 构造方法详细信息 |
|---|
public BlameSubversionChangeLogSet.LogEntry()
| 方法详细信息 |
|---|
public BlameSubversionChangeLogSet getParent()
BlameSubversionChangeLogSet to which this change set belongs.
hudson.scm.ChangeLogSet.Entry 中的 getParentprotected void setParent(hudson.scm.ChangeLogSet changeLogSet)
hudson.scm.ChangeLogSet.Entry 中的 setParent@Exported public int getRevision()
If the commit made the repository revision 1532, this method returns 1532.
public void setRevision(int revision)
public hudson.model.User getAuthor()
hudson.scm.ChangeLogSet.Entry 中的 getAuthorpublic java.util.Collection<java.lang.String> getAffectedPaths()
hudson.scm.ChangeLogSet.Entry 中的 getAffectedPathspublic void setUser(java.lang.String author)
@Exported public java.lang.String getUser()
@Exported public java.lang.String getDate()
public void setDate(java.lang.String date)
@Exported public java.lang.String getMsg()
hudson.scm.ChangeLogSet.Entry 中的 getMsgpublic void setMsg(java.lang.String msg)
public void addPath(BlameSubversionChangeLogSet.Path p)
@Exported public java.util.List<BlameSubversionChangeLogSet.Path> getPaths()
public java.util.Collection<BlameSubversionChangeLogSet.Path> getAffectedFiles()
hudson.scm.ChangeLogSet.Entry 中的 getAffectedFiles
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||