org.jvnet.hudson.test
Class FakeChangeLogSCM.EntryImpl
java.lang.Object
hudson.scm.ChangeLogSet.Entry
org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
- Enclosing class:
- FakeChangeLogSCM
public static class FakeChangeLogSCM.EntryImpl
- extends hudson.scm.ChangeLogSet.Entry
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FakeChangeLogSCM.EntryImpl
public FakeChangeLogSCM.EntryImpl()
withAuthor
public FakeChangeLogSCM.EntryImpl withAuthor(String author)
withMsg
public FakeChangeLogSCM.EntryImpl withMsg(String msg)
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
Copyright © 2004-2012. All Rights Reserved.