Package it.dockins.dockerslaves
Class DockerComputerLauncher
java.lang.Object
hudson.slaves.ComputerLauncher
it.dockins.dockerslaves.DockerComputerLauncher
- All Implemented Interfaces:
ExtensionPoint,Describable<ComputerLauncher>
Launches initials containers
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.slaves.ComputerLauncher
LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlaunch(SlaveComputer computer, TaskListener listener) voidlaunch(DockerComputer computer, TaskListener listener) Methods inherited from class hudson.slaves.ComputerLauncher
afterDisconnect, afterDisconnect, beforeDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
DockerComputerLauncher
public DockerComputerLauncher()
-
-
Method Details
-
launch
public void launch(SlaveComputer computer, TaskListener listener) throws IOException, InterruptedException - Overrides:
launchin classComputerLauncher- Throws:
IOExceptionInterruptedException
-
launch
public void launch(DockerComputer computer, TaskListener listener) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-