Package hudson.slaves

Class ComputerConnector

All Implemented Interfaces:
ExtensionPoint, Describable<ComputerConnector>

public abstract class ComputerConnector extends AbstractDescribableImpl<ComputerConnector> implements ExtensionPoint
Factory of ComputerLauncher. When writing a Cloud implementation, one needs to dynamically create ComputerLauncher by supplying a host name. This is the abstraction for that.
Since:
1.383
Author:
Kohsuke Kawaguchi
See Also: