|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet.Entry
@ExportedBean(defaultVisibility=999) public abstract static class ChangeLogSet.Entry
| Constructor Summary | |
|---|---|
ChangeLogSet.Entry()
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<java.lang.String> |
getAffectedPaths()
Returns a set of paths in the workspace that was affected by this change. |
abstract hudson.model.User |
getAuthor()
The user who made this change. |
abstract java.lang.String |
getMsg()
Gets the "commit message". |
java.lang.String |
getMsgAnnotated()
Gets the text fully marked up by ChangeLogAnnotator. |
java.lang.String |
getMsgEscaped()
Message escaped for HTML |
ChangeLogSet |
getParent()
|
protected void |
setParent(ChangeLogSet parent)
Should be invoked before a ChangeLogSet is exposed to public. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeLogSet.Entry()
| Method Detail |
|---|
public ChangeLogSet getParent()
protected void setParent(ChangeLogSet parent)
ChangeLogSet is exposed to public.
public abstract java.lang.String getMsg()
The exact definition depends on the individual SCM implementation.
public abstract hudson.model.User getAuthor()
public abstract java.util.Collection<java.lang.String> getAffectedPaths()
Contains string like 'foo/bar/zot'. No leading/trailing '/', and separator must be normalized to '/'.
public java.lang.String getMsgAnnotated()
ChangeLogAnnotator.
public java.lang.String getMsgEscaped()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||