Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
CherryPickResult |
CherryPickCommand.call()
Executes the
Cherry-Pick command with all the options and
parameters collected by the setter methods (e.g. |
MergeResult |
MergeCommand.call()
Executes the
Merge command with all the options and parameters
collected by the setter methods (e.g. |
java.lang.Iterable<RevCommit> |
LogCommand.call()
Executes the
Log command with all the options and parameters
collected by the setter methods (e.g. |
RevCommit |
CommitCommand.call()
Executes the
commit command with all the options and parameters
collected by the setter methods of this class. |
PullResult |
PullCommand.call()
Executes the
Pull command with all the options and parameters
collected by the setter methods (e.g. |
Ref |
TagCommand.call()
Executes the
tag command with all the options and parameters
collected by the setter methods of this class. |
RebaseResult |
RebaseCommand.call()
Executes the
Rebase command with all the options and parameters
collected by the setter methods of this class. |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
Copyright © 2012. All Rights Reserved.