Package hudson.slaves

Class ComputerLauncherFilter

All Implemented Interfaces:
ExtensionPoint, Describable<ComputerLauncher>

public abstract class ComputerLauncherFilter extends ComputerLauncher
ComputerLauncher filter that can be used as a base class for decorators.

Using this class also protects you from method additions in ComputerLauncher, since these two classes are updated in sync.

Author:
Kohsuke Kawaguchi
See Also: