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 ChangeLogSet.Entry
| 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 ChangeLogSet.Entry
getAuthor
public User getAuthor()
- Specified by:
getAuthor in class ChangeLogSet.Entry
getAffectedPaths
public Collection<String> getAffectedPaths()
- Specified by:
getAffectedPaths in class ChangeLogSet.Entry
Copyright © 2004-2011. All Rights Reserved.