Package sonia.scm.repository.api
Class BranchCommandBuilder
java.lang.Object
sonia.scm.repository.api.BranchCommandBuilder
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionBranchCommandBuilder
(Repository repository, BranchCommand command) BranchCommandBuilder
(BranchCommand command) Deprecated. -
Method Summary
-
Constructor Details
-
BranchCommandBuilder
-
BranchCommandBuilder
Deprecated.useBranchCommandBuilder(Repository, BranchCommand)
instead.Creates a newBranchCommandBuilder
.- Parameters:
command
- type specific command implementation
-
-
Method Details
-
from
Specifies the source branch, which the new branch should be based on.- Parameters:
parentBranch
- The base branch for the new branch.- Returns:
- This builder.
-
branch
Execute the command and create a new branch with the given name.- Parameters:
name
- The name of the new branch.- Returns:
- The created branch.
-
delete
-
BranchCommandBuilder(Repository, BranchCommand)
instead.