Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
Git |
CloneCommand.call() |
FetchResult |
FetchCommand.call() |
java.util.Collection<Ref> |
LsRemoteCommand.call() |
PullResult |
PullCommand.call() |
java.lang.Iterable<PushResult> |
PushCommand.call() |
java.util.Map<java.lang.String,Ref> |
LsRemoteCommand.callAsMap()
Same as
LsRemoteCommand.call() , but return Map instead of Collection. |
private java.util.Map<java.lang.String,Ref> |
LsRemoteCommand.execute() |