Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<PushResult> |
PushCommand.call()
Executes the
push command with all the options and parameters
collected by the setter methods of this class. |
Git |
CloneCommand.call()
Executes the
Clone command. |
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. |
FetchResult |
FetchCommand.call()
Executes the
fetch command with all the options and parameters
collected by the setter methods of this class. |
Copyright © 2012. All Rights Reserved.