Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PushResult> |
PushCommand.call() |
Collection<Ref> |
LsRemoteCommand.call() |
Git |
CloneCommand.call() |
FetchResult |
FetchCommand.call() |
PullResult |
PullCommand.call() |
Map<String,Ref> |
LsRemoteCommand.callAsMap()
Same as
LsRemoteCommand.call() , but return Map instead of Collection. |
Modifier and Type | Class and Description |
---|---|
class |
TooLargeObjectInPackException
Exception thrown when PackParser finds an object larger than a predefined
limit
|
class |
TooLargePackException
Exception thrown when the server rejected a too large pack
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.