Class BranchCommandBuilder

java.lang.Object
sonia.scm.repository.api.BranchCommandBuilder

public final class BranchCommandBuilder extends Object
Since:
2.0
  • Constructor Details

  • Method Details

    • from

      public BranchCommandBuilder from(String parentBranch)
      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

      public Branch branch(String name)
      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

      public void delete(String branchName)