Class StoreChangeLogEntry
java.lang.Object
hudson.scm.ChangeLogSet.Entry
org.jenkinsci.plugins.visualworks_store.StoreChangeLogEntry
public class StoreChangeLogEntry extends ChangeLogSet.Entry
-
Constructor Summary
Constructors Constructor Description StoreChangeLogEntry(String committer, String timestampString, String blessingComment) -
Method Summary
Modifier and Type Method Description voidaddPundle(ChangedPundle pundle)Collection<? extends ChangeLogSet.AffectedFile>getAffectedFiles()Collection<String>getAffectedPaths()UsergetAuthor()StringgetCommitId()StringgetCommitter()StringgetFormattedTimestamp()StringgetFullComment()StringgetFullCommentAnnotated()StringgetMsg()longgetTimestamp()voidupdateTimestamp(String laterTimestampString)Methods inherited from class hudson.scm.ChangeLogSet.Entry
getMsgAnnotated, getMsgEscaped, getParent, setParent
-
Constructor Details
-
StoreChangeLogEntry
-
-
Method Details
-
getMsg
- Specified by:
getMsgin classChangeLogSet.Entry
-
getFullComment
-
getFullCommentAnnotated
-
getAuthor
- Specified by:
getAuthorin classChangeLogSet.Entry
-
getAffectedPaths
- Specified by:
getAffectedPathsin classChangeLogSet.Entry
-
getAffectedFiles
- Overrides:
getAffectedFilesin classChangeLogSet.Entry
-
getCommitId
- Overrides:
getCommitIdin classChangeLogSet.Entry
-
getCommitter
-
getTimestamp
public long getTimestamp()- Overrides:
getTimestampin classChangeLogSet.Entry
-
getFormattedTimestamp
-
updateTimestamp
-
addPundle
-