|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Constructor Summary | |
|---|---|
SubversionChangeLogSet.LogEntry()
|
|
| Method Summary | |
|---|---|
void |
addPath(SubversionChangeLogSet.Path p)
|
Collection<SubversionChangeLogSet.Path> |
getAffectedFiles()
|
Collection<String> |
getAffectedPaths()
|
hudson.model.User |
getAuthor()
|
String |
getCurrentRevision()
|
String |
getDate()
|
String |
getMsg()
|
SubversionChangeLogSet |
getParent()
Gets the SubversionChangeLogSet to which this change set belongs. |
List<SubversionChangeLogSet.Path> |
getPaths()
Gets the files that are changed in this commit. |
int |
getRevision()
Gets the revision of the commit. |
String |
getUser()
|
void |
setDate(String date)
|
void |
setMsg(String msg)
|
protected void |
setParent(hudson.scm.ChangeLogSet changeLogSet)
|
void |
setRevision(int revision)
|
void |
setUser(String author)
|
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
|---|
getMsgAnnotated, getMsgEscaped |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubversionChangeLogSet.LogEntry()
| Method Detail |
|---|
public SubversionChangeLogSet getParent()
SubversionChangeLogSet to which this change set belongs.
getParent in class hudson.scm.ChangeLogSet.Entryprotected void setParent(hudson.scm.ChangeLogSet changeLogSet)
setParent in class hudson.scm.ChangeLogSet.Entry@Exported public int getRevision()
public void setRevision(int revision)
public String getCurrentRevision()
getCurrentRevision in class hudson.scm.ChangeLogSet.Entrypublic hudson.model.User getAuthor()
public Collection<String> getAffectedPaths()
public void setUser(String author)
@Exported public String getUser()
@Exported public String getDate()
public void setDate(String date)
@Exported public String getMsg()
public void setMsg(String msg)
public void addPath(SubversionChangeLogSet.Path p)
@Exported public List<SubversionChangeLogSet.Path> getPaths()
public Collection<SubversionChangeLogSet.Path> getAffectedFiles()
getAffectedFiles in class hudson.scm.ChangeLogSet.Entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||