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