Uses of Interface
org.eclipse.jgit.transport.FetchConnection
Packages that use FetchConnection
-
Uses of FetchConnection in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement FetchConnectionModifier and TypeClassDescriptionclass
Fetch implementation using the native Git pack transfer service.Methods in org.eclipse.jgit.transport that return FetchConnectionModifier and TypeMethodDescriptionabstract FetchConnection
Transport.openFetch()
Begins a new connection for fetching from the remote repository.Transport.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) Begins a new connection for fetching from the remote repository.TransportAmazonS3.openFetch()
TransportBundleStream.openFetch()
TransportGitSsh.openFetch()
TransportGitSsh.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportHttp.openFetch()
TransportHttp.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportSftp.openFetch()