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 voidlaunchScript(EC2Computer computer, TaskListener listener) Stage 2 of the launch.Methods inherited from class hudson.plugins.ec2.EC2ComputerLauncher
createScpClient, launch, waitCompletionMethods 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:EC2ComputerLauncherStage 2 of the launch. Called after the EC2 instance comes up.- Specified by:
launchScriptin classEC2ComputerLauncher- Throws:
IOExceptionsoftware.amazon.awssdk.core.exception.SdkExceptionInterruptedException
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<ComputerLauncher>- Overrides:
getDescriptorin classAbstractDescribableImpl<ComputerLauncher>
-