Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
Ref |
CheckoutCommand.call() |
|
MergeResult |
MergeCommand.call() |
Executes the
Merge command with all the options and parameters
collected by the setter methods (e.g. |
Ref |
ResetCommand.call() |
Executes the
Reset command. |
Collection<String> |
SubmoduleUpdateCommand.call() |
Execute the SubmoduleUpdateCommand command.
|
Copyright © 2018. All rights reserved.