Package hudson.scm
Class SubversionChangeLogSet.LogEntry
java.lang.Object
hudson.scm.ChangeLogSet.Entry
hudson.scm.SubversionChangeLogSet.LogEntry
- Enclosing class:
- SubversionChangeLogSet
One commit.
Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetDate()getMsg()Gets theSubversionChangeLogSetto which this change set belongs.getPaths()Gets the files that are changed in this commit.intGets the revision of the commit.longgetUser()inthashCode()protected voidvoidvoidprotected voidsetParent(ChangeLogSet changeLogSet) voidsetRevision(int revision) voidMethods inherited from class hudson.scm.ChangeLogSet.Entry
getMsgAnnotated, getMsgEscaped
-
Constructor Details
-
LogEntry
public LogEntry()
-
-
Method Details
-
getParent
Gets theSubversionChangeLogSetto which this change set belongs.- Overrides:
getParentin classChangeLogSet.Entry
-
removePropertyOnlyPaths
protected void removePropertyOnlyPaths() -
setParent
- Overrides:
setParentin classChangeLogSet.Entry
-
getRevision
@Exported public int getRevision()Gets the revision of the commit.If the commit made the repository revision 1532, this method returns 1532.
-
setRevision
public void setRevision(int revision) -
getCommitId
- Overrides:
getCommitIdin classChangeLogSet.Entry
-
getTimestamp
public long getTimestamp()- Overrides:
getTimestampin classChangeLogSet.Entry
-
getAuthor
- Specified by:
getAuthorin classChangeLogSet.Entry
-
getAffectedPaths
- Specified by:
getAffectedPathsin classChangeLogSet.Entry
-
setUser
-
getUser
-
getDate
-
setDate
-
getMsg
- Specified by:
getMsgin classChangeLogSet.Entry
-
setMsg
-
addPath
-
getPaths
Gets the files that are changed in this commit.- Returns:
- can be empty but never null.
-
getAffectedFiles
- Overrides:
getAffectedFilesin classChangeLogSet.Entry
-
equals
-
hashCode
public int hashCode()
-