Uses of Interface
org.eclipse.jgit.transport.PushConnection
Packages that use PushConnection
-
Uses of PushConnection in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement PushConnectionModifier and TypeClassDescriptionclass
Push implementation using the native Git pack transfer service.(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Generic push support for dumb transport protocols.Fields in org.eclipse.jgit.transport declared as PushConnectionModifier and TypeFieldDescriptionprivate PushConnection
PushProcess.connection
Push operation connection created to perform this operationMethods in org.eclipse.jgit.transport that return PushConnectionModifier and TypeMethodDescriptionTestProtocol.TransportInternal.openPush()
abstract PushConnection
Transport.openPush()
Begins a new connection for pushing into the remote repository.TransportAmazonS3.openPush()
Begins a new connection for pushing into the remote repository.TransportBundleFile.openPush()
Begins a new connection for pushing into the remote repository.TransportBundleStream.openPush()
Begins a new connection for pushing into the remote repository.TransportGitAnon.openPush()
Begins a new connection for pushing into the remote repository.TransportGitSsh.openPush()
Begins a new connection for pushing into the remote repository.TransportHttp.openPush()
Begins a new connection for pushing into the remote repository.TransportLocal.openPush()
Begins a new connection for pushing into the remote repository.TransportSftp.openPush()
Begins a new connection for pushing into the remote repository.private PushConnection
TransportHttp.smartPush
(String service, HttpConnection c, InputStream in)