Class FakeChangeLogSCM.EntryImpl

java.lang.Object
hudson.scm.ChangeLogSet.Entry
org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
All Implemented Interfaces:
Serializable
Enclosing class:
FakeChangeLogSCM

public static class FakeChangeLogSCM.EntryImpl extends hudson.scm.ChangeLogSet.Entry implements Serializable
See Also:
  • Constructor Details

    • EntryImpl

      public EntryImpl()
  • Method Details

    • withAuthor

      public FakeChangeLogSCM.EntryImpl withAuthor(String author)
    • withMsg

      public FakeChangeLogSCM.EntryImpl withMsg(String msg)
    • withPath

      public FakeChangeLogSCM.EntryImpl withPath(String path)
    • getMsg

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

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

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

      public Collection<hudson.scm.ChangeLogSet.AffectedFile> getAffectedFiles()
      Overrides:
      getAffectedFiles in class hudson.scm.ChangeLogSet.Entry