Uses of Class
org.eclipse.jgit.api.DeleteBranchCommand
-
Packages that use DeleteBranchCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of DeleteBranchCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DeleteBranchCommand Modifier and Type Method Description DeleteBranchCommand
Git. branchDelete()
Returns a command object used to delete branchesDeleteBranchCommand
DeleteBranchCommand. setBranchNames(java.lang.String... branchnames)
DeleteBranchCommand
DeleteBranchCommand. setForce(boolean force)
-