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.
|
(package private) class |
InternalPushConnection<C> |
(package private) class |
TransportGitAnon.TcpPushConnection |
(package private) class |
TransportGitSsh.SshPushConnection |
(package private) class |
TransportHttp.SmartHttpPushConnection |
(package private) class |
TransportLocal.ForkLocalPushConnection |
(package private) class |
WalkPushConnection
Generic push support for dumb transport protocols.
|
Modifier and Type | Field and Description |
---|---|
private PushConnection |
PushProcess.connection
Push operation connection created to perform this operation
|
Modifier and Type | Method and Description |
---|---|
PushConnection |
TransportHttp.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 |
TransportBundleFile.openPush()
Begins a new connection for pushing into the remote repository.
|
PushConnection |
TestProtocol.TransportInternal.openPush() |
PushConnection |
TransportGitSsh.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.
|
PushConnection |
TransportGitAnon.openPush()
Begins a new connection for pushing into the remote repository.
|
PushConnection |
TransportAmazonS3.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 |
TransportLocal.openPush()
Begins a new connection for pushing into the remote repository.
|
private PushConnection |
TransportHttp.smartPush(java.lang.String service,
HttpConnection c,
java.io.InputStream in) |