Package org.jvnet.hudson.test
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<hudson.scm.ChangeLogSet.AffectedFile>
hudson.model.User
getMsg()
withAuthor
(String author) Methods inherited from class hudson.scm.ChangeLogSet.Entry
getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp, setParent
-
Constructor Details
-
EntryImpl
public EntryImpl()
-
-
Method Details
-
withAuthor
-
withMsg
-
withPath
-
getMsg
- Specified by:
getMsg
in classhudson.scm.ChangeLogSet.Entry
-
getAuthor
public hudson.model.User getAuthor()- Specified by:
getAuthor
in classhudson.scm.ChangeLogSet.Entry
-
getAffectedPaths
- Specified by:
getAffectedPaths
in classhudson.scm.ChangeLogSet.Entry
-
getAffectedFiles
- Overrides:
getAffectedFiles
in classhudson.scm.ChangeLogSet.Entry
-