Package hudson.plugins.ec2
Class EC2Step.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<software.amazon.awssdk.services.ec2.model.Instance>
hudson.plugins.ec2.EC2Step.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EC2Step
public static class EC2Step.Execution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<software.amazon.awssdk.services.ec2.model.Instance>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetByDisplayName
(Jenkins.CloudList clouds, String name) protected software.amazon.awssdk.services.ec2.model.Instance
run()
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Method Details
-
run
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<software.amazon.awssdk.services.ec2.model.Instance>
- Throws:
Exception
-
getByDisplayName
-