public class ChangeLogEntryImpl extends ChangeLogSet.Entry
Constructor and Description |
---|
ChangeLogEntryImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getActHeadline() |
Collection<String> |
getAffectedPaths()
Hudson calls this to show changes on the changes-page
|
User |
getAuthor() |
String |
getMsg()
Used in digest.jelly to get the message attached to the entry
|
String |
getOnlyChangedFile(String fulltext) |
String |
getOnlyClearCaseChangedFile(String fulltext) |
String |
getUserClearCaseNumber(String fulltext) |
void |
setActHeadline(String actHeadline) |
void |
setActName(String actName) |
void |
setMyAuthor(String author) |
void |
setNextFilepath(String filepath) |
void |
setParent(ChangeLogSetImpl parent)
This is to tell the Entry which Change set it belongs to
|
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp, setParent
protected static final Logger logger
public Collection<String> getAffectedPaths()
getAffectedPaths
in class ChangeLogSet.Entry
public void setNextFilepath(String filepath)
public User getAuthor()
getAuthor
in class ChangeLogSet.Entry
public void setMyAuthor(String author)
public void setParent(ChangeLogSetImpl parent)
parent
- Ties entry to this parentpublic String getMsg()
getMsg
in class ChangeLogSet.Entry
public void setActName(String actName)
public void setActHeadline(String actHeadline)
public String getActHeadline()
Copyright © 2016–2022. All rights reserved.