|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.scm.ChangeLogSet.Entry
org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
@ExportedBean(defaultVisibility=999) public static class ExtractChangeLogParser.ExtractChangeLogEntry
Constructor Summary | |
---|---|
ExtractChangeLogParser.ExtractChangeLogEntry()
|
|
ExtractChangeLogParser.ExtractChangeLogEntry(String zipFile)
|
Method Summary | |
---|---|
void |
addFile(ExtractChangeLogParser.FileInZip fileName)
|
void |
addFiles(Collection<ExtractChangeLogParser.FileInZip> fileNames)
|
Collection<String> |
getAffectedPaths()
Returns a set of paths in the workspace that was affected by this change. |
User |
getAuthor()
The user who made this change. |
String |
getMsg()
Gets the "commit message". |
String |
getZipFile()
|
void |
setParent(ChangeLogSet parent)
Should be invoked before a ChangeLogSet is exposed to public. |
void |
setZipFile(String zipFile)
|
Methods inherited from class hudson.scm.ChangeLogSet.Entry |
---|
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtractChangeLogParser.ExtractChangeLogEntry()
public ExtractChangeLogParser.ExtractChangeLogEntry(String zipFile)
Method Detail |
---|
public void setZipFile(String zipFile)
@Exported public String getZipFile()
public void setParent(ChangeLogSet parent)
ChangeLogSet.Entry
ChangeLogSet
is exposed to public.
setParent
in class ChangeLogSet.Entry
public Collection<String> getAffectedPaths()
ChangeLogSet.Entry
Contains string like 'foo/bar/zot'. No leading/trailing '/', and separator must be normalized to '/'.
getAffectedPaths
in class ChangeLogSet.Entry
@Exported public User getAuthor()
ChangeLogSet.Entry
getAuthor
in class ChangeLogSet.Entry
@Exported public String getMsg()
ChangeLogSet.Entry
The exact definition depends on the individual SCM implementation.
getMsg
in class ChangeLogSet.Entry
public void addFile(ExtractChangeLogParser.FileInZip fileName)
public void addFiles(Collection<ExtractChangeLogParser.FileInZip> fileNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |