Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePackFetchConnection
Fetch implementation using the native Git pack transfer service.
|
Modifier and Type | Method and Description |
---|---|
FetchConnection |
TransportGitSsh.openFetch() |
abstract FetchConnection |
Transport.openFetch()
Begins a new connection for fetching from the remote repository.
|
FetchConnection |
TransportBundleStream.openFetch() |
FetchConnection |
TransportSftp.openFetch() |
FetchConnection |
TransportHttp.openFetch() |
FetchConnection |
TransportAmazonS3.openFetch() |
Copyright © 2013. All rights reserved.