Uses of Class
org.eclipse.jgit.transport.FetchResult
Packages that use FetchResult
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of FetchResult in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return FetchResultModifier and TypeMethodDescriptionFetchCommand.call()
PullResult.getFetchResult()
Get fetch result -
Uses of FetchResult in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FetchResultModifier and TypeMethodDescriptionTransport.fetch
(ProgressMonitor monitor, Collection<RefSpec> toFetch) Fetch objects and refs from the remote repository to the local one.Transport.fetch
(ProgressMonitor monitor, Collection<RefSpec> toFetch, String branch) Fetch objects and refs from the remote repository to the local one.Methods in org.eclipse.jgit.transport that return types with arguments of type FetchResultModifier and TypeMethodDescriptionFetchResult.submoduleResults()
Get fetch results for submodules.Methods in org.eclipse.jgit.transport with parameters of type FetchResultModifier and TypeMethodDescriptionvoid
FetchResult.addSubmodule
(String path, FetchResult result) Add fetch results for a submodule.