Uses of Interface
org.eclipse.jgit.transport.RemoteSession
Packages that use RemoteSession
-
Uses of RemoteSession in org.eclipse.jgit.transport
Subinterfaces of RemoteSession in org.eclipse.jgit.transportModifier and TypeInterfaceDescriptioninterfaceARemoteSessionthat supports passing environment variables to commands.Methods in org.eclipse.jgit.transport that return RemoteSessionModifier and TypeMethodDescriptionabstract 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 RemoteSessionModifier and TypeMethodDescriptionvoidSshSessionFactory.releaseSession(RemoteSession session) Closes (or recycles) a session to a host.