Uses of Class
org.eclipse.jgit.api.CreateBranchCommand
-
Packages that use CreateBranchCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of CreateBranchCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CreateBranchCommand Modifier and Type Method Description CreateBranchCommandGit. branchCreate()Return a command object used to create branchesCreateBranchCommandCreateBranchCommand. setForce(boolean force)Set whether to create the branch forcefullyCreateBranchCommandCreateBranchCommand. setName(String name)Set the name of the new branchCreateBranchCommandCreateBranchCommand. setStartPoint(String startPoint)Set the start pointCreateBranchCommandCreateBranchCommand. setStartPoint(RevCommit startPoint)Set the start pointCreateBranchCommandCreateBranchCommand. setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)Set the upstream mode
-