public static class SubversionChangeLogSet.LogEntry
extends hudson.scm.ChangeLogSet.Entry
Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
| Constructor and Description |
|---|
LogEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(SubversionChangeLogSet.Path p) |
boolean |
equals(Object o) |
Collection<SubversionChangeLogSet.Path> |
getAffectedFiles() |
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getCommitId() |
String |
getDate() |
String |
getMsg() |
SubversionChangeLogSet |
getParent()
Gets the
SubversionChangeLogSet to which this change set belongs. |
List<SubversionChangeLogSet.Path> |
getPaths()
Gets the files that are changed in this commit.
|
int |
getRevision()
Gets the revision of the commit.
|
long |
getTimestamp() |
String |
getUser() |
int |
hashCode() |
protected void |
removePropertyOnlyPaths() |
void |
setDate(String date) |
void |
setMsg(String msg) |
protected void |
setParent(hudson.scm.ChangeLogSet changeLogSet) |
void |
setRevision(int revision) |
void |
setUser(String author) |
public SubversionChangeLogSet getParent()
SubversionChangeLogSet to which this change set belongs.getParent in class hudson.scm.ChangeLogSet.Entryprotected void removePropertyOnlyPaths()
protected void setParent(hudson.scm.ChangeLogSet changeLogSet)
setParent in class hudson.scm.ChangeLogSet.Entry@Exported public int getRevision()
If the commit made the repository revision 1532, this method returns 1532.
public void setRevision(int revision)
public String getCommitId()
getCommitId in class hudson.scm.ChangeLogSet.Entrypublic long getTimestamp()
getTimestamp in class hudson.scm.ChangeLogSet.Entrypublic hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entrypublic Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.Entrypublic void setUser(String author)
@Exported public String getUser()
@Exported public String getDate()
public void setDate(String date)
@Exported public String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic void setMsg(String msg)
public void addPath(SubversionChangeLogSet.Path p)
@Exported public List<SubversionChangeLogSet.Path> getPaths()
public Collection<SubversionChangeLogSet.Path> getAffectedFiles()
getAffectedFiles in class hudson.scm.ChangeLogSet.EntryCopyright © 2004–2015. All rights reserved.