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