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 DeleteBranchCommandGit. branchDelete()Returns a command object used to delete branchesDeleteBranchCommandDeleteBranchCommand. setBranchNames(String... branchnames)DeleteBranchCommandDeleteBranchCommand. setForce(boolean force)
-