Uses of Interface
org.eclipse.jgit.transport.RemoteSession
-
Packages that use RemoteSession Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RemoteSession in org.eclipse.jgit.transport
Subinterfaces of RemoteSession in org.eclipse.jgit.transport Modifier and Type Interface Description interfaceRemoteSession2ARemoteSessionthat supports passing environment variables to commands.Methods in org.eclipse.jgit.transport that return RemoteSession Modifier and Type Method Description abstract RemoteSessionSshSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)Opens (or reuses) a session to a host.protected RemoteSessionSshTransport. getSession()Get the default SSH sessionMethods in org.eclipse.jgit.transport with parameters of type RemoteSession Modifier and Type Method Description voidSshSessionFactory. releaseSession(RemoteSession session)Closes (or recycles) a session to a host.
-