Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
PullResult |
PullCommand.call()
Executes the
Pull command with all the options and parameters
collected by the setter methods (e.g. |
Ref |
CreateBranchCommand.call() |
RebaseResult |
RebaseCommand.call()
Executes the
Rebase command with all the options and parameters
collected by the setter methods of this class. |
Ref |
RenameBranchCommand.call() |
Ref |
CheckoutCommand.call() |
protected CheckoutCommand |
CheckoutCommand.checkoutPaths()
Checkout paths into index and working directory
|
DescribeCommand |
DescribeCommand.setTarget(String rev)
Sets the commit to be described.
|
RebaseCommand |
RebaseCommand.setUpstream(String upstream) |
Copyright © 2018 Eclipse JGit Project. All rights reserved.