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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getDate()
getMsg()
Gets theSubversionChangeLogSet
to which this change set belongs.getPaths()
Gets the files that are changed in this commit.int
Gets the revision of the commit.long
getUser()
int
hashCode()
protected void
void
void
protected void
setParent
(ChangeLogSet changeLogSet) void
setRevision
(int revision) void
Methods inherited from class hudson.scm.ChangeLogSet.Entry
getMsgAnnotated, getMsgEscaped
-
Constructor Details
-
LogEntry
public LogEntry()
-
-
Method Details
-
getParent
Gets theSubversionChangeLogSet
to which this change set belongs.- Overrides:
getParent
in classChangeLogSet.Entry
-
removePropertyOnlyPaths
protected void removePropertyOnlyPaths() -
setParent
- Overrides:
setParent
in 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:
getCommitId
in classChangeLogSet.Entry
-
getTimestamp
public long getTimestamp()- Overrides:
getTimestamp
in classChangeLogSet.Entry
-
getAuthor
- Specified by:
getAuthor
in classChangeLogSet.Entry
-
getAffectedPaths
- Specified by:
getAffectedPaths
in classChangeLogSet.Entry
-
setUser
-
getUser
-
getDate
-
setDate
-
getMsg
- Specified by:
getMsg
in classChangeLogSet.Entry
-
setMsg
-
addPath
-
getPaths
Gets the files that are changed in this commit.- Returns:
- can be empty but never null.
-
getAffectedFiles
- Overrides:
getAffectedFiles
in classChangeLogSet.Entry
-
equals
-
hashCode
public int hashCode()
-