public class SubversionRepository extends VcsRepository implements Cloneable
propertieschangeSupport| Constructor and Description |
|---|
SubversionRepository() |
| Modifier and Type | Method and Description |
|---|---|
SubversionRepository |
clone() |
String |
getBranchesPath() |
String |
getTagsPath() |
String |
getTrunkPath() |
void |
setBranchesPath(String path) |
void |
setTagsPath(String path) |
void |
setTrunkPath(String path) |
getType, getUrl, prepareJson, setUrlgetDescription, getName, setDescription, setNamecloneProperties, getAsArray, getAsBoolean, getAsFloat, getAsInteger, getAsObject, getAsRaw, getAsString, initialize, is, isArray, isObject, setclear, get, getOwnProperties, has, parse, parseField, parseValue, remove, set, sizefromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFields, listen, prepareJsonValue, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic String getTrunkPath()
public void setTrunkPath(String path)
public String getBranchesPath()
public void setBranchesPath(String path)
public String getTagsPath()
public void setTagsPath(String path)
public SubversionRepository clone()
clone in class VcsRepositoryCopyright © 2013. All Rights Reserved.