Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and 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. |
RevCommit |
RevertCommand.call()
Executes the
revert command with all the options and parameters
collected by the setter methods (e.g. |
Copyright © 2013. All Rights Reserved.