public abstract class OneShotComputerLauncher<C extends OneShotComputer>
extends hudson.slaves.ComputerLauncher
| Constructor and Description | 
|---|
| OneShotComputerLauncher()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | launch(C computer,
      hudson.model.TaskListener listener)Deprecated.  | 
| void | launch(hudson.slaves.SlaveComputer computer,
      hudson.model.TaskListener listener)Deprecated.  | 
public final void launch(hudson.slaves.SlaveComputer computer,
                         hudson.model.TaskListener listener)
                  throws IOException,
                         InterruptedException
launch in class hudson.slaves.ComputerLauncherIOExceptionInterruptedExceptionprotected abstract void launch(C computer, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.