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