|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.synergy.SynergyChangeLogSet.Path
@ExportedBean(defaultVisibility=999) public static class SynergyChangeLogSet.Path
A file in a commit.
Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
| Constructor Summary | |
|---|---|
SynergyChangeLogSet.Path()
|
|
| Method Summary | |
|---|---|
hudson.scm.EditType |
getEditType()
|
java.lang.String |
getId()
|
SynergyChangeLogSet.LogEntry |
getLogEntry()
Gets the SynergyChangeLogSet.LogEntry of which this path is a member. |
java.lang.String |
getValue()
Path in the repository. |
void |
setAction(java.lang.String action)
|
void |
setId(java.lang.String id)
|
void |
setLogEntry(SynergyChangeLogSet.LogEntry entry)
Sets the SynergyChangeLogSet.LogEntry of which this path is a member. |
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynergyChangeLogSet.Path()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
public SynergyChangeLogSet.LogEntry getLogEntry()
SynergyChangeLogSet.LogEntry of which this path is a member.
public void setLogEntry(SynergyChangeLogSet.LogEntry entry)
SynergyChangeLogSet.LogEntry of which this path is a member.
public void setAction(java.lang.String action)
@Exported(name="file") public java.lang.String getValue()
public void setValue(java.lang.String value)
@Exported public hudson.scm.EditType getEditType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||