Package hudson.slaves

Class ComputerLauncher

All Implemented Interfaces:
ExtensionPoint, Describable<ComputerLauncher>
Direct Known Subclasses:
ComputerLauncherFilter, DelegatingComputerLauncher, JNLPLauncher

public abstract class ComputerLauncher extends AbstractDescribableImpl<ComputerLauncher> implements ExtensionPoint
Extension point to allow control over how Computers are "launched", meaning how they get connected to their agent program.

Associated View

main.jelly
This page will be rendered into the top page of the computer (/computer/NAME/) Useful for showing launch related commands and status reports.
Since:
1.216-ish
Author:
Stephen Connolly
See Also: