Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
MergeResult |
MergeCommand.call() |
RevCommit |
RevertCommand.call() |
ObjectId |
StashApplyCommand.call() |
RevCommit |
CommitCommand.call() |
CherryPickResult |
CherryPickCommand.call() |
RebaseResult |
RebaseCommand.call() |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
PullResult |
PullCommand.call() |
private void |
RebaseCommand.checkParameters() |
private RebaseResult |
RebaseCommand.cherryPickCommit(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitFlattening(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitPreservingMerges(RevCommit commitToPick) |