Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
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)
Opens (or reuses) a session to a host.
|
Modifier and Type | Method and Description |
---|---|
void |
SshSessionFactory.releaseSession(RemoteSession session)
Closes (or recycles) a session to a host.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.