@ExportedBean(defaultVisibility=999) public static class SubversionChangeLogSet.Path extends Object implements hudson.scm.ChangeLogSet.AffectedFile
Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.EditType |
getEditType() |
String |
getKind() |
SubversionChangeLogSet.LogEntry |
getLogEntry()
Gets the
SubversionChangeLogSet.LogEntry of which this path is a member. |
String |
getPath()
Inherited from AffectedFile
Since 2.TODO this no longer returns the path relative to repository root,
but the path relative to the workspace root.
|
String |
getValue()
Path in the repository.
|
boolean |
hasLocalPath() |
boolean |
isPropOnlyChange() |
void |
setAction(String action) |
void |
setKind(String kind) |
void |
setLocalPath(String path) |
void |
setLogEntry(SubversionChangeLogSet.LogEntry entry)
Sets the
SubversionChangeLogSet.LogEntry of which this path is a member. |
void |
setValue(String value) |
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(String action)
@Exported(name="file") public String getValue()
public String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFile@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public void setLocalPath(String path)
public boolean hasLocalPath()
public void setValue(String value)
public boolean isPropOnlyChange()
public String getKind()
public void setKind(String kind)
@Exported public hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFileCopyright © 2004–2015. All rights reserved.