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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<hudson.scm.ChangeLogSet.AffectedFile>getAffectedFiles()Collection<String>getAffectedPaths()hudson.model.UsergetAuthor()StringgetMsg()FakeChangeLogSCM.EntryImplwithAuthor(String author)FakeChangeLogSCM.EntryImplwithMsg(String msg)FakeChangeLogSCM.EntryImplwithPath(String path)
-
-
-
Method Detail
-
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:
getMsgin classhudson.scm.ChangeLogSet.Entry
-
getAuthor
public hudson.model.User getAuthor()
- Specified by:
getAuthorin classhudson.scm.ChangeLogSet.Entry
-
getAffectedPaths
public Collection<String> getAffectedPaths()
- Specified by:
getAffectedPathsin classhudson.scm.ChangeLogSet.Entry
-
getAffectedFiles
public Collection<hudson.scm.ChangeLogSet.AffectedFile> getAffectedFiles()
- Overrides:
getAffectedFilesin classhudson.scm.ChangeLogSet.Entry
-
-