Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
CherryPickResult |
CherryPickCommand.call() |
Collection<String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
RevCommit |
CommitCommand.call() |
PullResult |
PullCommand.call() |
MergeResult |
MergeCommand.call() |
ObjectId |
StashApplyCommand.call() |
RebaseResult |
RebaseCommand.call() |
RevCommit |
RevertCommand.call() |
Copyright © 2018 Eclipse JGit Project. All rights reserved.