public static class SynergyChangeLogSet.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 |
---|
SynergyChangeLogSet.LogEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addPath(SynergyChangeLogSet.Path p) |
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getDate() |
String |
getMsg() |
SynergyChangeLogSet |
getParent()
Gets the
SynergyChangeLogSet to which this change set
belongs. |
List<SynergyChangeLogSet.Path> |
getPaths()
Gets the files that are changed in this commit.
|
String |
getTaskId()
Gets the id of the task.
|
String |
getUser() |
int |
getVersion() |
void |
setDate(String date) |
void |
setMsg(String msg) |
void |
setParent(SynergyChangeLogSet parent) |
void |
setTaskId(String id) |
void |
setUser(String author) |
void |
setVersion(int version) |
public SynergyChangeLogSet getParent()
SynergyChangeLogSet
to which this change set
belongs.getParent
in class hudson.scm.ChangeLogSet.Entry
@Exported public String getTaskId()
@Exported public void setTaskId(String id)
public hudson.model.User getAuthor()
getAuthor
in class hudson.scm.ChangeLogSet.Entry
public Collection<String> getAffectedPaths()
getAffectedPaths
in class hudson.scm.ChangeLogSet.Entry
public 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.Entry
public void setMsg(String msg)
public void addPath(SynergyChangeLogSet.Path p)
@Exported public List<SynergyChangeLogSet.Path> getPaths()
public void setParent(SynergyChangeLogSet parent)
@Exported public int getVersion()
@Exported public void setVersion(int version)
Copyright © 2008-2013. All Rights Reserved.