Uses of Class
org.eclipse.jgit.transport.Transport
Packages that use Transport
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of Transport in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type Transport -
Uses of Transport in org.eclipse.jgit.transport
Subclasses of Transport in org.eclipse.jgit.transportModifier and TypeClassDescriptionclass
The base class for transports that use HTTP as underlying protocol.class
The base class for transports that use SSH protocol.class
The base class for transports based on TCP sockets.class
Transport over the non-Git aware Amazon S3 protocol.class
Single shot fetch from a streamed Git bundle.class
Transport through an SSH tunnel.class
Transport over HTTP and FTP protocols.class
Transport over the non-Git aware SFTP (SSH based FTP) protocol.Fields in org.eclipse.jgit.transport declared as TransportModifier and TypeFieldDescriptionprotected final Transport
BasePackConnection.transport
A transport connected toBasePackConnection.uri
.protected final Transport
BasePackConnection.transport
A transport connected toBasePackConnection.uri
.Methods in org.eclipse.jgit.transport that return TransportModifier and TypeMethodDescriptionTestProtocol.open
(URIish uri, Repository local, String remoteName) static Transport
Transport.open
(Repository local, String remote) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, String remote, Transport.Operation op) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, RemoteConfig cfg) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, RemoteConfig cfg, Transport.Operation op) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, URIish uri) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, URIish uri, String remoteName) Open a new transport instance to connect two repositories.static Transport
Open a new transport with no local repository.Open a new transport instance to the remote repository.abstract Transport
TransportProtocol.open
(URIish uri, Repository local, String remoteName) Open a Transport instance to the other repository.Methods in org.eclipse.jgit.transport that return types with arguments of type TransportModifier and TypeMethodDescriptionTransport.openAll
(Repository local, String remote) Open new transport instances to connect two repositories.Transport.openAll
(Repository local, String remote, Transport.Operation op) Open new transport instances to connect two repositories.Transport.openAll
(Repository local, RemoteConfig cfg) Open new transport instances to connect two repositories.Transport.openAll
(Repository local, RemoteConfig cfg, Transport.Operation op) Open new transport instances to connect two repositories.