Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
CherryPickResult |
CherryPickCommand.call() |
Executes the
Cherry-Pick command with all the options and
parameters collected by the setter methods (e.g. |
RevCommit |
CommitCommand.call() |
Executes the
commit command with all the options and parameters
collected by the setter methods of this class. |
Iterable<RevCommit> |
LogCommand.call() |
Executes the
Log command with all the options and parameters
collected by the setter methods (e.g. |
MergeResult |
MergeCommand.call() |
Executes the
Merge command with all the options and parameters
collected by the setter methods (e.g. |
PullResult |
PullCommand.call() |
Executes the
Pull command with all the options and parameters
collected by the setter methods (e.g. |
RebaseResult |
RebaseCommand.call() |
Executes the
Rebase command with all the options and parameters
collected by the setter methods of this class. |
ObjectId |
StashApplyCommand.call() |
Apply the changes in a stashed commit to the working directory and index
|
Collection<String> |
SubmoduleUpdateCommand.call() |
Execute the SubmoduleUpdateCommand command.
|
Collection<String> |
SubmoduleUpdateCommand.call() |
Execute the SubmoduleUpdateCommand command.
|
Ref |
TagCommand.call() |
Executes the
tag command with all the options and parameters
collected by the setter methods of this class. |
Copyright © 2018. All rights reserved.