org.jvnet.hudson.test
Class FakeChangeLogSCM.EntryImpl

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
Enclosing class:
FakeChangeLogSCM

public static class FakeChangeLogSCM.EntryImpl
extends hudson.scm.ChangeLogSet.Entry


Constructor Summary
FakeChangeLogSCM.EntryImpl()
           
 
Method Summary
 Collection<String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 String getMsg()
           
 FakeChangeLogSCM.EntryImpl withAuthor(String author)
           
 FakeChangeLogSCM.EntryImpl withMsg(String msg)
           
 
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
 

Constructor Detail

FakeChangeLogSCM.EntryImpl

public FakeChangeLogSCM.EntryImpl()
Method Detail

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.