|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet.Entry
hudson.scm.SubversionChangeLogSet.LogEntry
public static class SubversionChangeLogSet.LogEntry
One commit.
Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
| コンストラクタの概要 | |
|---|---|
SubversionChangeLogSet.LogEntry()
|
|
| メソッドの概要 | |
|---|---|
void |
addPath(SubversionChangeLogSet.Path p)
|
java.util.Collection<SubversionChangeLogSet.Path> |
getAffectedFiles()
|
java.util.Collection<java.lang.String> |
getAffectedPaths()
|
hudson.model.User |
getAuthor()
|
java.lang.String |
getDate()
|
java.lang.String |
getMsg()
|
SubversionChangeLogSet |
getParent()
Gets the SubversionChangeLogSet to which this change set belongs. |
java.util.List<SubversionChangeLogSet.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 SubversionChangeLogSet.LogEntry()
| メソッドの詳細 |
|---|
public SubversionChangeLogSet getParent()
SubversionChangeLogSet 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(SubversionChangeLogSet.Path p)
@Exported public java.util.List<SubversionChangeLogSet.Path> getPaths()
public java.util.Collection<SubversionChangeLogSet.Path> getAffectedFiles()
hudson.scm.ChangeLogSet.Entry 内の getAffectedFiles
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||