public class SshComputerLauncher
extends hudson.slaves.ComputerLauncher
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SSH_PORT |
static String |
DEFAULT_SSH_USER |
| Constructor and Description |
|---|
SshComputerLauncher(String host,
int connectTimeoutMillis,
String privateKey,
String initScript,
int initScriptTimeoutSeconds,
String sshUser) |
SshComputerLauncher(String host,
int connectTimeoutMillis,
String privateKey,
String initScript,
int initScriptTimeoutSeconds,
String sshUser,
int sshPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
public static final String DEFAULT_SSH_USER
public static final int DEFAULT_SSH_PORT
public SshComputerLauncher(String host, int connectTimeoutMillis, String privateKey, String initScript, int initScriptTimeoutSeconds, String sshUser)
public void launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
launch in class hudson.slaves.ComputerLauncherIOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.