Class DeleteBranchCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<List<String>>
org.eclipse.jgit.api.DeleteBranchCommand
All Implemented Interfaces:
Callable<List<String>>

public class DeleteBranchCommand extends GitCommand<List<String>>
Used to delete one or several branches. The result of call() is a list with the (full) names of the deleted branches. Note that we don't have a setter corresponding to the -r option; remote tracking branches are simply deleted just like local branches.
See Also: