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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<hudson.scm.ChangeLogSet.AffectedFile>hudson.model.UsergetMsg()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:
getMsgin classhudson.scm.ChangeLogSet.Entry
-
getAuthor
public hudson.model.User getAuthor()- Specified by:
getAuthorin classhudson.scm.ChangeLogSet.Entry
-
getAffectedPaths
- Specified by:
getAffectedPathsin classhudson.scm.ChangeLogSet.Entry
-
getAffectedFiles
- Overrides:
getAffectedFilesin classhudson.scm.ChangeLogSet.Entry
-