Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
JschSession
Run remote commands using Jsch.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteSession |
SshTransport.getSession()
Get the default SSH session
|
abstract RemoteSession |
SshSessionFactory.getSession(URIish uri,
CredentialsProvider credentialsProvider,
FS fs,
int tms)
Open (or reuse) a session to a host.
|
RemoteSession |
JschConfigSessionFactory.getSession(URIish uri,
CredentialsProvider credentialsProvider,
FS fs,
int tms) |
Modifier and Type | Method and Description |
---|---|
void |
SshSessionFactory.releaseSession(RemoteSession session)
Close (or recycle) a session to a host.
|
Copyright © 2015 Eclipse JGit Project. All rights reserved.