Uses of Interface
org.eclipse.jgit.transport.FetchConnection
-
Packages that use FetchConnection Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchConnection in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement FetchConnection Modifier and Type Class Description class
BasePackFetchConnection
Fetch implementation using the native Git pack transfer service.Methods in org.eclipse.jgit.transport that return FetchConnection Modifier and Type Method Description abstract FetchConnection
Transport. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportAmazonS3. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportBundleStream. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportGitSsh. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportHttp. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportSftp. openFetch()
Begins a new connection for fetching from the remote repository.
-