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 classBasePackPushConnectionPush implementation using the native Git pack transfer service.(package private) classInternalPushConnection<C>(package private) classTransportGitAnon.TcpPushConnection(package private) classTransportGitSsh.SshPushConnection(package private) classTransportHttp.SmartHttpPushConnection(package private) classTransportLocal.ForkLocalPushConnection(package private) classWalkPushConnectionGeneric push support for dumb transport protocols.Fields in org.eclipse.jgit.transport declared as PushConnection Modifier and Type Field Description private PushConnectionPushProcess. connectionPush operation connection created to perform this operationMethods in org.eclipse.jgit.transport that return PushConnection Modifier and Type Method Description PushConnectionTestProtocol.TransportInternal. openPush()abstract PushConnectionTransport. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportAmazonS3. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportBundleFile. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportBundleStream. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportGitAnon. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportGitSsh. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportHttp. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportLocal. openPush()Begins a new connection for pushing into the remote repository.PushConnectionTransportSftp. openPush()Begins a new connection for pushing into the remote repository.private PushConnectionTransportHttp. smartPush(java.lang.String service, HttpConnection c, java.io.InputStream in)
-