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.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchResult in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return FetchResult Modifier and Type Method Description FetchResultFetchCommand. call()FetchResultPullResult. getFetchResult()Get fetch result -
Uses of FetchResult in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FetchResult Modifier and Type Method Description FetchResultTransport. fetch(ProgressMonitor monitor, Collection<RefSpec> toFetch)Fetch objects and refs from the remote repository to the local one.FetchResultTransport. 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 FetchResult Modifier and Type Method Description Map<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(String path, FetchResult result)Add fetch results for a submodule.
-