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 TypeClassDescriptionclassPush 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) classGeneric push support for dumb transport protocols.Fields in org.eclipse.jgit.transport declared as PushConnectionModifier and TypeFieldDescriptionprivate PushConnectionPushProcess.connectionPush operation connection created to perform this operationMethods in org.eclipse.jgit.transport that return PushConnectionModifier and TypeMethodDescriptionTestProtocol.TransportInternal.openPush()abstract PushConnectionTransport.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 PushConnectionTransportHttp.smartPush(String service, HttpConnection c, InputStream in)