Package org.jvnet.hudson.test
Class ExtractChangeLogParser.ExtractChangeLogEntry
- java.lang.Object
-
- hudson.scm.ChangeLogSet.Entry
-
- org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
-
- Enclosing class:
- ExtractChangeLogParser
@ExportedBean(defaultVisibility=999) public static class ExtractChangeLogParser.ExtractChangeLogEntry extends hudson.scm.ChangeLogSet.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFile(ExtractChangeLogParser.FileInZip fileName)Collection<String>getAffectedPaths()hudson.model.UsergetAuthor()StringgetMsg()StringgetZipFile()voidsetParent(hudson.scm.ChangeLogSet parent)
-
-
-
Method Detail
-
getZipFile
@Exported public String getZipFile()
-
setParent
public void setParent(hudson.scm.ChangeLogSet parent)
- Overrides:
setParentin classhudson.scm.ChangeLogSet.Entry
-
getAffectedPaths
public Collection<String> getAffectedPaths()
- Specified by:
getAffectedPathsin classhudson.scm.ChangeLogSet.Entry
-
getAuthor
@Exported public hudson.model.User getAuthor()
- Specified by:
getAuthorin classhudson.scm.ChangeLogSet.Entry
-
getMsg
@Exported public String getMsg()
- Specified by:
getMsgin classhudson.scm.ChangeLogSet.Entry
-
addFile
public void addFile(ExtractChangeLogParser.FileInZip fileName)
-
-