Git |
CloneCommand.call() |
Executes the Clone command.
|
FetchResult |
FetchCommand.call() |
Executes the fetch command with all the options and parameters
collected by the setter methods of this class.
|
Collection<Ref> |
LsRemoteCommand.call() |
Executes the LsRemote command with all the options and parameters
collected by the setter methods (e.g.
|
PullResult |
PullCommand.call() |
Executes the Pull command with all the options and parameters
collected by the setter methods (e.g.
|
Iterable<PushResult> |
PushCommand.call() |
Executes the push command with all the options and parameters
collected by the setter methods of this class.
|
Map<String,Ref> |
LsRemoteCommand.callAsMap() |
|