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 Details

    • getZipFile

      @Exported public String getZipFile()
    • setParent

      public void setParent(hudson.scm.ChangeLogSet parent)
      Overrides:
      setParent in class hudson.scm.ChangeLogSet.Entry
    • getAffectedPaths

      public Collection<String> getAffectedPaths()
      Specified by:
      getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
    • getAuthor

      @Exported public hudson.model.User getAuthor()
      Specified by:
      getAuthor in class hudson.scm.ChangeLogSet.Entry
    • getMsg

      @Exported public String getMsg()
      Specified by:
      getMsg in class hudson.scm.ChangeLogSet.Entry
    • addFile

      public void addFile(ExtractChangeLogParser.FileInZip fileName)