public class SetupSlaveLauncher
extends hudson.slaves.DelegatingComputerLauncher
| Modifier and Type | Class and Description |
|---|---|
static class |
SetupSlaveLauncher.DescriptorImpl |
| Constructor and Description |
|---|
SetupSlaveLauncher(hudson.slaves.ComputerLauncher launcher,
String startScript,
String stopScript) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDisconnect(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
String |
getStartScript() |
String |
getStopScript() |
void |
launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
public String getStartScript()
public String getStopScript()
public void launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
launch in class hudson.slaves.DelegatingComputerLauncherIOExceptionInterruptedExceptionpublic void afterDisconnect(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
afterDisconnect in class hudson.slaves.DelegatingComputerLauncherCopyright © 2004-2016. All Rights Reserved.