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 CreateBranchCommand
Git. branchCreate()
Return a command object used to create branchesCreateBranchCommand
CreateBranchCommand. setForce(boolean force)
Set whether to create the branch forcefullyCreateBranchCommand
CreateBranchCommand. setName(String name)
Set the name of the new branchCreateBranchCommand
CreateBranchCommand. setStartPoint(String startPoint)
Set the start pointCreateBranchCommand
CreateBranchCommand. setStartPoint(RevCommit startPoint)
Set the start pointCreateBranchCommand
CreateBranchCommand. setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
Set the upstream mode
-