abstract FetchConnection |
Transport.openFetch() |
Begins a new connection for fetching from the remote repository.
|
FetchConnection |
Transport.openFetch(Collection<RefSpec> refSpecs,
String... additionalPatterns) |
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 |
TransportGitSsh.openFetch(Collection<RefSpec> refSpecs,
String... additionalPatterns) |
|
FetchConnection |
TransportHttp.openFetch() |
Begins a new connection for fetching from the remote repository.
|
FetchConnection |
TransportHttp.openFetch(Collection<RefSpec> refSpecs,
String... additionalPatterns) |
|
FetchConnection |
TransportSftp.openFetch() |
Begins a new connection for fetching from the remote repository.
|