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
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 |
logger
protected static final Logger logger
ChangeLogEntryImpl
public ChangeLogEntryImpl()
getAffectedPaths
public Collection<String> getAffectedPaths()
- Hudson calls this to show changes on the changes-page
- Specified by:
getAffectedPaths
in class hudson.scm.ChangeLogSet.Entry
getOnlyChangedFile
public String getOnlyChangedFile(String fulltext)
getOnlyClearCaseChangedFile
public String getOnlyClearCaseChangedFile(String fulltext)
getUserClearCaseNumber
public String getUserClearCaseNumber(String fulltext)
setNextFilepath
public void setNextFilepath(String filepath)
getAuthor
public hudson.model.User getAuthor()
- Specified by:
getAuthor
in class hudson.scm.ChangeLogSet.Entry
setMyAuthor
public void setMyAuthor(String author)
setParent
public void setParent(ChangeLogSetImpl parent)
- This is to tell the Entry which Changeset it belongs to
- Parameters:
parent
-
getMsg
public 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(String actName)
setActHeadline
public void setActHeadline(String actHeadline)
getActHeadline
public String getActHeadline()
Copyright © 2004-2015. All Rights Reserved.