public class SshConnector extends Object
Modifier and Type | Field and Description |
---|---|
static SshConnector |
INSTANCE |
Constructor and Description |
---|
SshConnector() |
Modifier and Type | Method and Description |
---|---|
void |
connect(com.trilead.ssh2.Connection conn,
int timeoutMillis) |
com.trilead.ssh2.Connection |
createConnection(String host) |
hudson.ProxyConfiguration |
getProxyConfiguration() |
public static final SshConnector INSTANCE
public hudson.ProxyConfiguration getProxyConfiguration()
public com.trilead.ssh2.Connection createConnection(String host) throws IOException, InterruptedException
IOException
InterruptedException
public void connect(com.trilead.ssh2.Connection conn, int timeoutMillis) throws IOException
IOException
Copyright © 2016–2018. All rights reserved.