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 FetchResultCloneCommand.fetch(Repository clonedRepo, URIish u) PullResult.getFetchResult()Get fetch resultMethods in org.eclipse.jgit.api with parameters of type FetchResultModifier and TypeMethodDescriptionprivate voidCloneCommand.checkout(Repository clonedRepo, FetchResult result) private voidFetchCommand.fetchSubmodules(FetchResult results) private RefCloneCommand.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 voidAbstractFetchCommand.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 TypeMethodDescriptionvoidFetchResult.addSubmodule(String path, FetchResult result) Add fetch results for a submodule.private voidFetchProcess.addUpdateBatchCommands(FetchResult result, BatchRefUpdate batch) private voidFetchProcess.closeConnection(FetchResult result) private voidFetchProcess.deleteStaleTrackingRefs(FetchResult result, BatchRefUpdate batch) private voidFetchProcess.deleteTrackingRef(FetchResult result, BatchRefUpdate batch, RefSpec spec, Ref localRef) (package private) voidFetchProcess.execute(ProgressMonitor monitor, FetchResult result, String initialBranch) private voidFetchProcess.executeImp(ProgressMonitor monitor, FetchResult result, String initialBranch) private voidFetchProcess.updateFETCH_HEAD(FetchResult result)