| Package | Description |
|---|---|
| org.nuiton.scmwebeditor.api |
| Modifier and Type | Method and Description |
|---|---|
String |
ScmProvider.changeBranch(String branchName,
String pathToLocalRepos,
String username,
String password)
Changes the working branch for the local repository
|
String |
ScmProvider.createBranch(CreateBranchDto dto)
Allows to create a new branch on the repository
|
String |
ScmProvider.getDefaultBranchName()
Gives the name of the default branch if the SCM supports branches
|
List<String> |
ScmProvider.listBranches(String address,
String username,
String password)
Makes a list of the repository's branches
|
Copyright © 2009–2017 CodeLutin. All rights reserved.