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.
|
java.util.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.
|
java.lang.Iterable<PushResult> |
PushCommand.call() |
Executes the push command with all the options and parameters
collected by the setter methods of this class.
|
java.util.Map<java.lang.String,Ref> |
LsRemoteCommand.callAsMap() |
|