Uses of Interface
org.eclipse.jgit.transport.PushConnection
-
Packages that use PushConnection Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PushConnection in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement PushConnection Modifier and Type Class 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.Fields in org.eclipse.jgit.transport declared as PushConnection Modifier and Type Field Description private PushConnection
PushProcess. connection
Push operation connection created to perform this operationMethods in org.eclipse.jgit.transport that return PushConnection Modifier and Type Method Description PushConnection
TestProtocol.TransportInternal. openPush()
abstract PushConnection
Transport. 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
TransportBundleFile. 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
TransportGitAnon. openPush()
Begins a new connection for pushing into the remote repository.PushConnection
TransportGitSsh. 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
TransportLocal. openPush()
Begins a new connection for pushing into the remote repository.PushConnection
TransportSftp. 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)
-