net.praqma.hudson.scm
Class ChangeLogEntryImpl
java.lang.Object
hudson.scm.ChangeLogSet.Entry
net.praqma.hudson.scm.ChangeLogEntryImpl
public class ChangeLogEntryImpl
- extends hudson.scm.ChangeLogSet.Entry
A change set is a collection of changed entries. This classes represents one
entry, which is a user, a comment and a list of versions
- Author:
- Troels Selch, Margit Bennetzen
|
Field Summary |
protected static net.praqma.util.debug.PraqmaLogger.Logger |
logger
|
|
Method Summary |
java.util.Collection<java.lang.String> |
getAffectedPaths()
Hudson calls this to show changes on the changes-page |
hudson.model.User |
getAuthor()
|
java.lang.String |
getMsg()
Used in digest.jelly to get the message attached to the entry |
void |
setActName(java.lang.String actName)
|
void |
setMyAuthor(java.lang.String author)
|
void |
setNextFilepath(java.lang.String filepath)
|
void |
setParent(ChangeLogSetImpl parent)
This is to tell the Entry which Changeset it belongs to |
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
getAffectedFiles, getMsgAnnotated, getMsgEscaped, getParent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static net.praqma.util.debug.PraqmaLogger.Logger logger
ChangeLogEntryImpl
public ChangeLogEntryImpl()
getAffectedPaths
public java.util.Collection<java.lang.String> getAffectedPaths()
- Hudson calls this to show changes on the changes-page
- Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
setNextFilepath
public void setNextFilepath(java.lang.String filepath)
getAuthor
public hudson.model.User getAuthor()
- Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry
setMyAuthor
public void setMyAuthor(java.lang.String author)
setParent
public void setParent(ChangeLogSetImpl parent)
- This is to tell the Entry which Changeset it belongs to
- Parameters:
parent -
getMsg
public java.lang.String getMsg()
- Used in digest.jelly to get the message attached to the entry
- Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry
setActName
public void setActName(java.lang.String actName)
Copyright © 2011. All Rights Reserved.