public class BuildChangeSetPath extends Object
| Constructor and Description |
|---|
BuildChangeSetPath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEditType()
Return the SCM operation.
|
String |
getFile() |
int |
hashCode() |
void |
setEditType(String editType)
Sets the SCM operation.
|
void |
setFile(String file) |
public String getEditType()
add or edit or deletepublic void setEditType(String editType)
editType - the SCM operation, add or edit or deletepublic String getFile()
public void setFile(String file)
Copyright © 2018. All rights reserved.