Class JCloudsLauncher
java.lang.Object
hudson.model.AbstractDescribableImpl<ComputerLauncher>
hudson.slaves.ComputerLauncher
hudson.slaves.DelegatingComputerLauncher
jenkins.plugins.openstack.compute.JCloudsLauncher
- All Implemented Interfaces:
ExtensionPoint,Describable<ComputerLauncher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.slaves.DelegatingComputerLauncher
DelegatingComputerLauncher.DescriptorImplNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.slaves.DelegatingComputerLauncher
launcherFields inherited from class hudson.slaves.ComputerLauncher
LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterDisconnect(SlaveComputer computer, TaskListener listener) voidbeforeDisconnect(SlaveComputer computer, TaskListener listener) voidlaunch(SlaveComputer computer, TaskListener listener) Methods inherited from class hudson.slaves.DelegatingComputerLauncher
getLauncherMethods inherited from class hudson.slaves.ComputerLauncher
afterDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launch
-
Constructor Details
-
JCloudsLauncher
-
-
Method Details
-
launch
public void launch(@Nonnull SlaveComputer computer, TaskListener listener) throws IOException, InterruptedException - Overrides:
launchin classDelegatingComputerLauncher- Throws:
IOExceptionInterruptedException
-
afterDisconnect
- Overrides:
afterDisconnectin classDelegatingComputerLauncher
-
beforeDisconnect
- Overrides:
beforeDisconnectin classDelegatingComputerLauncher
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<ComputerLauncher>- Overrides:
getDescriptorin classAbstractDescribableImpl<ComputerLauncher>
-