hudson.scm
Class SubversionChangeLogSet.LogEntry
java.lang.Object
hudson.scm.ChangeLogSet.Entry
hudson.scm.SubversionChangeLogSet.LogEntry
- Enclosing class:
- SubversionChangeLogSet
public static class SubversionChangeLogSet.LogEntry
- extends hudson.scm.ChangeLogSet.Entry
One commit.
Setter methods are public only so that the objects can be constructed from Digester.
So please consider this object read-only.
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
getMsgAnnotated, getMsgEscaped, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubversionChangeLogSet.LogEntry
public SubversionChangeLogSet.LogEntry()
getParent
public SubversionChangeLogSet getParent()
- Gets the
SubversionChangeLogSet to which this change set belongs.
- Overrides:
getParent in class hudson.scm.ChangeLogSet.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)
getAuthor
public hudson.model.User getAuthor()
- Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry
getAffectedPaths
public Collection<String> getAffectedPaths()
- Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
setUser
public void setUser(String author)
getUser
@Exported
public String getUser()
getDate
@Exported
public String getDate()
setDate
public void setDate(String date)
getMsg
@Exported
public String getMsg()
- Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry
setMsg
public void setMsg(String msg)
addPath
public void addPath(SubversionChangeLogSet.Path p)
getPaths
@Exported
public List<SubversionChangeLogSet.Path> getPaths()
- Gets the files that are changed in this commit.
- Returns:
- can be empty but never null.
getAffectedFiles
public Collection<SubversionChangeLogSet.Path> getAffectedFiles()
- Overrides:
getAffectedFiles in class hudson.scm.ChangeLogSet.Entry
Copyright © 2004-2011 Hudson. All Rights Reserved.