Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
PullResult |
PullCommand.call() |
Ref |
CheckoutCommand.call() |
Ref |
RenameBranchCommand.call() |
RebaseResult |
RebaseCommand.call() |
Collection<String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
Ref |
CreateBranchCommand.call() |
protected CheckoutCommand |
CheckoutCommand.checkoutPaths()
Checkout paths into index and working directory, firing a
WorkingTreeModifiedEvent if the working
tree was modified. |
DescribeCommand |
DescribeCommand.setTarget(String rev)
Sets the commit to be described.
|
RebaseCommand |
RebaseCommand.setUpstream(String upstream)
Set the upstream branch
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.