public class MockSlaveLauncher
extends hudson.slaves.ComputerLauncher
| Modifier and Type | Class and Description |
|---|---|
static class |
MockSlaveLauncher.DescriptorImpl |
| Constructor and Description |
|---|
MockSlaveLauncher(long delay,
long latency,
long overhead) |
| Modifier and Type | Method and Description |
|---|---|
void |
launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
public final long delay
public final long latency
public final long overhead
@DataBoundConstructor
public MockSlaveLauncher(long delay,
long latency,
long overhead)
public void launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
launch in class hudson.slaves.ComputerLauncherIOExceptionInterruptedExceptionCopyright © 2004-2013. All Rights Reserved.