@ExportedBean(defaultVisibility=999) public static class DimensionsChangeSet.DmFiles extends Object implements hudson.scm.ChangeLogSet.AffectedFile
| Constructor and Description |
|---|
DmFiles() |
DmFiles(String fileName,
String operation,
String url)
`fileName` is path name and revision separated by ';' character.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.EditType |
getEditType() |
String |
getFile()
Returns the path name and revision (separated by ';') of the changed file.
|
String |
getOperation() |
DimensionsChangeSet |
getParent() |
String |
getPath()
Returns just the path name of the changed file.
|
String |
getUrl() |
void |
setFile(String fileName)
Set the `fileName`, which is the path name and revision, separated by ';'.
|
void |
setParent(DimensionsChangeSet parent) |
@Exported public String getUrl()
@Exported public String getOperation()
@Exported public String getFile()
public DimensionsChangeSet getParent()
@Exported public hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFilepublic String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFilepublic void setFile(String fileName)
public void setParent(DimensionsChangeSet parent)
Copyright © 2016–2018. All rights reserved.