public class CustomWorkingCopy extends Object implements WorkingCopy
| Constructor and Description |
|---|
CustomWorkingCopy(String repoUrl,
String branch,
String rev) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClean() |
String |
getBranch() |
String |
getRepoUrl() |
String |
getRev() |
public String getRepoUrl()
getRepoUrl in interface WorkingCopypublic String getBranch()
getBranch in interface WorkingCopypublic String getRev()
getRev in interface WorkingCopypublic void checkClean()
checkClean in interface WorkingCopyCopyright © 2014. All Rights Reserved.