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