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.Methods in org.eclipse.jgit.transport that return PushConnection Modifier and Type Method Description abstract PushConnection
Transport. openPush()
Begins a new connection for pushing into the remote repository.PushConnection
TransportAmazonS3. openPush()
PushConnection
TransportBundleStream. openPush()
PushConnection
TransportGitSsh. openPush()
PushConnection
TransportHttp. openPush()
PushConnection
TransportSftp. openPush()
-