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