Package hudson.slaves
Class CommandConnector
java.lang.Object
hudson.model.AbstractDescribableImpl<ComputerConnector>
hudson.slaves.ComputerConnector
hudson.slaves.CommandConnector
- All Implemented Interfaces:
ExtensionPoint
,Describable<ComputerConnector>
Executes a program on the controller and expect that script to connect.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.slaves.ComputerConnector
getDescriptor
-
Field Details
-
command
-
-
Constructor Details
-
CommandConnector
-
-
Method Details
-
launch
public CommandLauncher launch(String host, TaskListener listener) throws IOException, InterruptedException - Specified by:
launch
in classComputerConnector
- Throws:
IOException
InterruptedException
-