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()
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. |
Collection<Ref> |
LsRemoteCommand.call()
Executes the
LsRemote 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. |
Git |
CloneCommand.call()
Executes the
Clone command. |
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 the server rejected a too large pack
|
class |
TooLargePackException
Exception thrown when the server rejected a too large pack
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.