public class CompoundLauncher
extends hudson.slaves.ComputerLauncher
Launcher
for CompoundSlave
.
Tries to launch all sub-slaves first and marks them as non-accepting tasks when in CompoundSlave
.Constructor and Description |
---|
CompoundLauncher(CompoundSlave slave) |
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 computer,
hudson.model.TaskListener listener) |
public CompoundLauncher(CompoundSlave slave)
public void launch(hudson.slaves.SlaveComputer computer, hudson.model.TaskListener listener) throws IOException, InterruptedException
launch
in class hudson.slaves.ComputerLauncher
IOException
InterruptedException
public void afterDisconnect(hudson.slaves.SlaveComputer computer, hudson.model.TaskListener listener)
afterDisconnect
in class hudson.slaves.ComputerLauncher
public void beforeDisconnect(hudson.slaves.SlaveComputer computer, hudson.model.TaskListener listener)
beforeDisconnect
in class hudson.slaves.ComputerLauncher
Copyright © 2004-2015. All Rights Reserved.