Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
Ref |
CreateBranchCommand.call() |
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. |
Ref |
CheckoutCommand.call() |
Ref |
RenameBranchCommand.call() |
protected CheckoutCommand |
CheckoutCommand.checkoutPaths()
Checkout paths into index and working directory
|
RebaseCommand |
RebaseCommand.setUpstream(java.lang.String upstream) |
RevCommit |
RebaseCommand.tryFastForward(RevCommit newCommit)
checks if we can fast-forward and returns the new head if it is possible
|
Copyright © 2012. All Rights Reserved.