public class SubversionRepository extends VcsRepository implements Cloneable
propertiessortOrderchangeSupport| 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, setUrlgetDescription, getName, setDescription, setNamecloneProperties, getAsArray, getAsBoolean, getAsFloat, getAsInteger, getAsObject, getAsRaw, getAsString, initialize, is, isArray, isObject, setbuildJson, clear, doParse, get, getOwnProperties, has, parseField, remove, set, sizeappendSortOrder, fromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFieldNames, getFields, getJsonValue, listen, 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 © 2014. All rights reserved.