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()
- Description copied from class:
ChangeLogSet.Entry
- Gets the "commit message".
The exact definition depends on the individual SCM implementation.
- Specified by:
getMsg
in class ChangeLogSet.Entry
- Returns:
- Can be empty but never null.
getAuthor
public User getAuthor()
- Description copied from class:
ChangeLogSet.Entry
- The user who made this change.
- Specified by:
getAuthor
in class ChangeLogSet.Entry
- Returns:
- never null.
getAffectedPaths
public Collection<String> getAffectedPaths()
- Description copied from class:
ChangeLogSet.Entry
- Returns a set of paths in the workspace that was
affected by this change.
Contains string like 'foo/bar/zot'. No leading/trailing '/',
and separator must be normalized to '/'.
- Specified by:
getAffectedPaths
in class ChangeLogSet.Entry
- Returns:
- never null.
Copyright © 2004-2013. All Rights Reserved.