hudson.plugins.perforce
Class PerforceChangeLogEntry
java.lang.Object
hudson.scm.ChangeLogSet.Entry
hudson.plugins.perforce.PerforceChangeLogEntry
public class PerforceChangeLogEntry
- extends hudson.scm.ChangeLogSet.Entry
Perforce Implementation of ChangeLogSet.Entry. This is a 1 to 1 mapping of
Perforce changelists.
Note: Internally, within the plugin we use an actual Perforce Change object in place of this.
- Author:
- Mike Wille
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
getMsgAnnotated, getMsgEscaped, getParent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerforceChangeLogEntry
public PerforceChangeLogEntry(PerforceChangeLogSet parent)
getAuthor
public hudson.model.User getAuthor()
- Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry
getAffectedPaths
public java.util.Collection<java.lang.String> getAffectedPaths()
- Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
getMsg
public java.lang.String getMsg()
- Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry
getChange
public com.tek42.perforce.model.Changelist getChange()
- Returns:
- the change
setChange
public void setChange(com.tek42.perforce.model.Changelist change)
- Parameters:
change - the change to set
Copyright © 2009. All Rights Reserved.