@ExportedBean(defaultVisibility=999) public static class ClearCaseChangeLogEntry.FileElement extends Object implements hudson.scm.ChangeLogSet.AffectedFile
Constructor and Description |
---|
FileElement() |
FileElement(String fileName,
String version,
String action,
String operation) |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
hudson.scm.EditType |
getEditType() |
String |
getFile() |
String |
getOperation() |
String |
getPath() |
String |
getVersion() |
void |
setAction(String action) |
void |
setFile(String fileName) |
void |
setOperation(String status) |
void |
setVersion(String version) |
@Exported public String getAction()
@Exported public hudson.scm.EditType getEditType()
getEditType
in interface hudson.scm.ChangeLogSet.AffectedFile
@Exported public String getFile()
@Exported public String getOperation()
public String getPath()
getPath
in interface hudson.scm.ChangeLogSet.AffectedFile
@Exported public String getVersion()
public void setAction(String action)
public void setFile(String fileName)
public void setOperation(String status)
public void setVersion(String version)
Copyright © 2004-2021. All Rights Reserved.