Uses of Class
org.eclipse.jgit.transport.FetchResult
-
Packages that use FetchResult Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.pgm org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchResult in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as FetchResult Modifier and Type Field Description private FetchResultPullResult. fetchResultMethods in org.eclipse.jgit.api that return FetchResult Modifier and Type Method Description FetchResultFetchCommand. call()private FetchResultCloneCommand. fetch(Repository clonedRepo, URIish u)FetchResultPullResult. getFetchResult()Get fetch resultMethods in org.eclipse.jgit.api with parameters of type FetchResult Modifier and Type Method Description private 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 FetchResult Constructor Description PullResult(FetchResult fetchResult, java.lang.String fetchedFrom, MergeResult mergeResult)PullResult(FetchResult fetchResult, java.lang.String fetchedFrom, RebaseResult rebaseResult) -
Uses of FetchResult in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type FetchResult Modifier and Type Method Description protected 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 FetchResult Modifier and Type Field Description private java.util.Map<java.lang.String,FetchResult>FetchResult. submodulesMethods in org.eclipse.jgit.transport that return FetchResult Modifier and Type Method Description FetchResultTransport. fetch(ProgressMonitor monitor, java.util.Collection<RefSpec> toFetch)Fetch objects and refs from the remote repository to the local one.FetchResultTransport. fetch(ProgressMonitor monitor, java.util.Collection<RefSpec> toFetch, java.lang.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 FetchResult Modifier and Type Method Description java.util.Map<java.lang.String,FetchResult>FetchResult. submoduleResults()Get fetch results for submodules.Methods in org.eclipse.jgit.transport with parameters of type FetchResult Modifier and Type Method Description voidFetchResult. addSubmodule(java.lang.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, java.lang.String initialBranch)private voidFetchProcess. executeImp(ProgressMonitor monitor, FetchResult result, java.lang.String initialBranch)private voidFetchProcess. updateFETCH_HEAD(FetchResult result)
-