Ref |
CheckoutCommand.call() |
|
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 |
RenameBranchCommand.call() |
|
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call() |
Execute the SubmoduleUpdateCommand command.
|
protected CheckoutCommand |
CheckoutCommand.checkoutPaths() |
Checkout paths into index and working directory
|
DescribeCommand |
DescribeCommand.setTarget(java.lang.String rev) |
Sets the commit to be described.
|
RebaseCommand |
RebaseCommand.setUpstream(java.lang.String upstream) |
|