Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
FetchResult |
FetchCommand.call() |
PullResult |
PullCommand.call() |
Collection<Ref> |
LsRemoteCommand.call() |
Iterable<PushResult> |
PushCommand.call() |
Git |
CloneCommand.call() |
Map<String,Ref> |
LsRemoteCommand.callAsMap()
Same as
LsRemoteCommand.call() , but return Map instead of Collection. |
Copyright © 2018 Eclipse JGit Project. All rights reserved.