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()
Begins a new connection for fetching from the remote repository.
|
FetchConnection |
TransportSftp.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 |
TransportHttp.openFetch()
Begins a new connection for fetching from the remote repository.
|
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 |
TransportGitSsh.openFetch(Collection<RefSpec> refSpecs,
String... additionalPatterns) |
FetchConnection |
TransportHttp.openFetch(Collection<RefSpec> refSpecs,
String... additionalPatterns) |
FetchConnection |
Transport.openFetch(Collection<RefSpec> refSpecs,
String... additionalPatterns)
Begins a new connection for fetching from the remote repository.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.