Package hudson.slaves

Class DelegatingComputerLauncher

All Implemented Interfaces:
ExtensionPoint, Describable<ComputerLauncher>

public abstract class DelegatingComputerLauncher extends ComputerLauncher
Base implementation of ComputerLauncher that to be used by launchers that perform some initialization (typically something cloud/v12n related to power up the machine), and then delegate to another ComputerLauncher to connect. If you are delegating to another ComputerLauncher you must extend this base class
Since:
1.382
Author:
Kohsuke Kawaguchi