|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SubversionChangeLogSet.Path
@ExportedBean(defaultVisibility=999) public static class SubversionChangeLogSet.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 | |
|---|---|
SubversionChangeLogSet.Path()
|
|
| Method Summary | |
|---|---|
hudson.scm.EditType |
getEditType()
|
SubversionChangeLogSet.LogEntry |
getLogEntry()
Gets the SubversionChangeLogSet.LogEntry of which this path is a member. |
java.lang.String |
getPath()
Inherited from AffectedFile |
java.lang.String |
getValue()
Path in the repository. |
void |
setAction(java.lang.String action)
|
void |
setLogEntry(SubversionChangeLogSet.LogEntry entry)
Sets the SubversionChangeLogSet.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 SubversionChangeLogSet.Path()
| Method Detail |
|---|
public SubversionChangeLogSet.LogEntry getLogEntry()
SubversionChangeLogSet.LogEntry of which this path is a member.
public void setLogEntry(SubversionChangeLogSet.LogEntry entry)
SubversionChangeLogSet.LogEntry of which this path is a member.
public void setAction(java.lang.String action)
@Exported(name="file") public java.lang.String getValue()
public java.lang.String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFilepublic void setValue(java.lang.String value)
@Exported public hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||