public final class WaitSSHLauncher
extends hudson.slaves.ComputerLauncher
| Constructor and Description |
|---|
WaitSSHLauncher(String host,
int sshPort,
String vmCredentialsId,
String jvmOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDisconnect(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
void |
beforeDisconnect(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
void |
launch(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener listener) |
public void launch(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
launch in class hudson.slaves.ComputerLauncherIOExceptionInterruptedExceptionpublic void afterDisconnect(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
afterDisconnect in class hudson.slaves.ComputerLauncherpublic void beforeDisconnect(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
beforeDisconnect in class hudson.slaves.ComputerLauncherCopyright © 2016–2025. All rights reserved.