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