| Constructor and Description |
|---|
Item() |
Item(String path,
String action) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
hudson.scm.EditType |
getEditType() |
ChangeSet |
getParent() |
String |
getPath() |
void |
setAction(String action) |
void |
setParent(ChangeSet parent) |
void |
setPath(String path) |
@Exported public String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFilepublic void setPath(String path)
public ChangeSet getParent()
public void setParent(ChangeSet parent)
@Exported public String getAction()
public void setAction(String action)
@Exported public hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFileCopyright © 2016–2022. All rights reserved.