Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
ListBranchCommand |
Git.branchList()
Returns a command object used to list branches
|
ListBranchCommand |
ListBranchCommand.setContains(String containsCommitish)
If this is set, only the branches that contain the specified commit-ish
as an ancestor are returned.
|
ListBranchCommand |
ListBranchCommand.setListMode(ListBranchCommand.ListMode listMode) |
Copyright © 2015 Eclipse JGit Project. All rights reserved.