Uses of Class
org.eclipse.jgit.api.DeleteBranchCommand
Packages that use DeleteBranchCommand
-
Uses of DeleteBranchCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DeleteBranchCommandModifier and TypeMethodDescriptionGit.branchDelete()Return a command object used to delete branchesDeleteBranchCommand.setBranchNames(String... branchnames) Set the names of the branches to deleteDeleteBranchCommand.setBranchNames(Collection<String> branchNames) Sets the names of the branches to deleteDeleteBranchCommand.setForce(boolean force) Set whether to forcefully delete branchesDeleteBranchCommand.setProgressMonitor(ProgressMonitor monitor) Sets the progress monitor associated with the delete operation.