|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet.Entry
hudson.scm.SubversionReleaseChangeLogSet.LogEntry
public static class SubversionReleaseChangeLogSet.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 | |
|---|---|
SubversionReleaseChangeLogSet.LogEntry()
|
|
| Method Summary | |
|---|---|
void |
addPath(SubversionReleaseChangeLogSet.Path p)
|
java.util.Collection<java.lang.String> |
getAffectedPaths()
Returns a set of paths in the workspace that was affected by this change. |
hudson.model.User |
getAuthor()
The user who made this change. |
java.lang.String |
getDate()
|
java.lang.String |
getMsg()
Gets the "commit message". |
SubversionReleaseChangeLogSet |
getParent()
Gets the SubversionReleaseChangeLogSet to which this change set belongs. |
java.util.List<SubversionReleaseChangeLogSet.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)
|
void |
setParent(ChangeLogSet parent)
Should be invoked before a ChangeLogSet is exposed to public. |
void |
setRevision(int revision)
|
void |
setUser(java.lang.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 SubversionReleaseChangeLogSet.LogEntry()
| Method Detail |
|---|
public SubversionReleaseChangeLogSet getParent()
SubversionReleaseChangeLogSet to which this change set belongs.
getParent in class ChangeLogSet.Entry@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()
ChangeLogSet.Entry
getAuthor in class ChangeLogSet.Entrypublic java.util.Collection<java.lang.String> getAffectedPaths()
ChangeLogSet.EntryContains string like 'foo/bar/zot'. No leading/trailing '/', and separator must be normalized to '/'.
getAffectedPaths in class ChangeLogSet.Entrypublic 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()
ChangeLogSet.EntryThe exact definition depends on the individual SCM implementation.
getMsg in class ChangeLogSet.Entrypublic void setMsg(java.lang.String msg)
public void addPath(SubversionReleaseChangeLogSet.Path p)
@Exported public java.util.List<SubversionReleaseChangeLogSet.Path> getPaths()
public void setParent(ChangeLogSet parent)
ChangeLogSet.EntryChangeLogSet is exposed to public.
setParent in class ChangeLogSet.Entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||