Package hudson.plugins.ec2.win
Class EC2WindowsLauncher
java.lang.Object
hudson.model.AbstractDescribableImpl<ComputerLauncher>
hudson.slaves.ComputerLauncher
hudson.plugins.ec2.EC2ComputerLauncher
hudson.plugins.ec2.win.EC2WindowsLauncher
- All Implemented Interfaces:
ExtensionPoint
,Describable<ComputerLauncher>
-
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 TypeMethodDescriptionprotected void
launchScript
(EC2Computer computer, TaskListener listener) Stage 2 of the launch.Methods inherited from class hudson.plugins.ec2.EC2ComputerLauncher
createScpClient, launch, waitCompletion
Methods inherited from class hudson.slaves.ComputerLauncher
afterDisconnect, afterDisconnect, beforeDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launch
-
Constructor Details
-
EC2WindowsLauncher
public EC2WindowsLauncher()
-
-
Method Details
-
launchScript
protected void launchScript(EC2Computer computer, TaskListener listener) throws IOException, software.amazon.awssdk.core.exception.SdkException, InterruptedException Description copied from class:EC2ComputerLauncher
Stage 2 of the launch. Called after the EC2 instance comes up.- Specified by:
launchScript
in classEC2ComputerLauncher
- Throws:
IOException
software.amazon.awssdk.core.exception.SdkException
InterruptedException
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<ComputerLauncher>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<ComputerLauncher>
-