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()
Returns a command object used to create branchesCreateBranchCommand
CreateBranchCommand. setForce(boolean force)
CreateBranchCommand
CreateBranchCommand. setName(java.lang.String name)
CreateBranchCommand
CreateBranchCommand. setStartPoint(java.lang.String startPoint)
CreateBranchCommand
CreateBranchCommand. setStartPoint(RevCommit startPoint)
CreateBranchCommand
CreateBranchCommand. setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
-