Package | Description |
---|---|
org.eclipse.jgit.api | |
org.eclipse.jgit.transport |
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,
java.util.Collection<RefSpec> toFetch)
Fetch objects and refs from the remote repository to the local one.
|
Copyright © 2012. All Rights Reserved.