FetchCommand |
Git.fetch() |
Return a command object to execute a Fetch command
|
FetchCommand |
FetchCommand.setCallback(FetchCommand.Callback callback) |
Register a progress callback.
|
FetchCommand |
FetchCommand.setCheckFetchedObjects(boolean checkFetchedObjects) |
If set to true , objects received will be checked for validity
|
FetchCommand |
FetchCommand.setDryRun(boolean dryRun) |
Sets whether the fetch operation should be a dry run
|
FetchCommand |
FetchCommand.setForceUpdate(boolean force) |
Set fetch --force option
|
FetchCommand |
FetchCommand.setProgressMonitor(ProgressMonitor monitor) |
The progress monitor associated with the fetch operation.
|
FetchCommand |
FetchCommand.setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode recurse) |
Set the mode to be used for recursing into submodules.
|
FetchCommand |
FetchCommand.setRefSpecs(java.lang.String... specs) |
The ref specs to be used in the fetch operation
|
FetchCommand |
FetchCommand.setRefSpecs(java.util.List<RefSpec> specs) |
The ref specs to be used in the fetch operation
|
FetchCommand |
FetchCommand.setRefSpecs(RefSpec... specs) |
The ref specs to be used in the fetch operation
|
FetchCommand |
FetchCommand.setRemote(java.lang.String remote) |
The remote (uri or name) used for the fetch operation.
|
FetchCommand |
FetchCommand.setRemoveDeletedRefs(boolean removeDeletedRefs) |
If set to true , refs are removed which no longer exist in the
source
|
FetchCommand |
FetchCommand.setTagOpt(TagOpt tagOpt) |
Sets the specification of annotated tag behavior during fetch
|
FetchCommand |
FetchCommand.setThin(boolean thin) |
Sets the thin-pack preference for fetch operation.
|