Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
FetchResult |
FetchCommand.call()
Executes the
fetch command with all the options and parameters
collected by the setter methods of this class. |
FetchResult |
PullResult.getFetchResult() |
Modifier and Type | Method and Description |
---|---|
FetchResult |
Transport.fetch(ProgressMonitor monitor,
Collection<RefSpec> toFetch)
Fetch objects and refs from the remote repository to the local one.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FetchResult> |
FetchResult.submoduleResults()
Get fetch results for submodules.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchResult.addSubmodule(String path,
FetchResult result)
Add fetch results for a submodule.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.