Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
DeleteBranchCommand |
Git.branchDelete()
Return a command object used to delete branches
|
DeleteBranchCommand |
DeleteBranchCommand.setBranchNames(String... branchnames)
Set the names of the branches to delete
|
DeleteBranchCommand |
DeleteBranchCommand.setForce(boolean force)
Set whether to forcefully delete branches
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.