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
Fields in org.eclipse.jgit.api declared as FetchResultMethods in org.eclipse.jgit.api that return FetchResultModifier and TypeMethodDescriptionFetchCommand.call()
private FetchResult
CloneCommand.fetch
(Repository clonedRepo, URIish u) PullResult.getFetchResult()
Get fetch resultMethods in org.eclipse.jgit.api with parameters of type FetchResultModifier and TypeMethodDescriptionprivate void
CloneCommand.checkout
(Repository clonedRepo, FetchResult result) private void
FetchCommand.fetchSubmodules
(FetchResult results) private Ref
CloneCommand.findBranchToCheckout
(FetchResult result) Constructors in org.eclipse.jgit.api with parameters of type FetchResultModifierConstructorDescription(package private)
PullResult
(FetchResult fetchResult, String fetchedFrom, MergeResult mergeResult) (package private)
PullResult
(FetchResult fetchResult, String fetchedFrom, RebaseResult rebaseResult) -
Uses of FetchResult in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type FetchResultModifier and TypeMethodDescriptionprotected void
AbstractFetchCommand.showFetchResult
(FetchResult r) Show fetch result. -
Uses of FetchResult in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type FetchResultMethods 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.private void
FetchProcess.addUpdateBatchCommands
(FetchResult result, BatchRefUpdate batch) private void
FetchProcess.closeConnection
(FetchResult result) private void
FetchProcess.deleteStaleTrackingRefs
(FetchResult result, BatchRefUpdate batch) private void
FetchProcess.deleteTrackingRef
(FetchResult result, BatchRefUpdate batch, RefSpec spec, Ref localRef) (package private) void
FetchProcess.execute
(ProgressMonitor monitor, FetchResult result, String initialBranch) private void
FetchProcess.executeImp
(ProgressMonitor monitor, FetchResult result, String initialBranch) private void
FetchProcess.updateFETCH_HEAD
(FetchResult result)