public interface BranchRepository extends Repository
| Modifier and Type | Method and Description |
|---|---|
boolean |
branchExists(String branch) |
void |
createBranch(String projectName,
String branch) |
void |
deleteBranch(String projectName,
String branch) |
BranchRepository |
forBranch(String branch) |
String |
getBranch() |
List<String> |
getBranches(String projectName) |
boolean |
isValidBranchName(String branch) |
check, checkHistory, copyHistory, delete, deleteHistory, list, listHistory, read, readHistory, save, save, setListener, supportsString getBranch()
void createBranch(String projectName, String branch) throws IOException
IOExceptionvoid deleteBranch(String projectName, String branch) throws IOException
IOExceptionList<String> getBranches(String projectName) throws IOException
IOExceptionBranchRepository forBranch(String branch) throws IOException
IOExceptionboolean isValidBranchName(String branch)
boolean branchExists(String branch) throws IOException
IOExceptionCopyright © 2004–2020 OpenL Tablets. All rights reserved.