Uses of Class
org.eclipse.jgit.api.DeleteBranchCommand

Packages that use DeleteBranchCommand
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
 DeleteBranchCommand Git.branchDelete()
          Returns a command object used to delete branches
 DeleteBranchCommand DeleteBranchCommand.setBranchNames(String... branchnames)
           
 DeleteBranchCommand DeleteBranchCommand.setForce(boolean force)
           
 



Copyright © 2013. All Rights Reserved.