Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
Collection<Ref> |
LsRemoteCommand.call()
Executes the
LsRemote command with all the options and parameters
collected by the setter methods (e.g. |
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. |
Iterable<PushResult> |
PushCommand.call()
Executes the
push 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. |
Copyright © 2013. All rights reserved.