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 Type
    Method
    Description
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      protected software.amazon.awssdk.services.ec2.model.Instance run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<software.amazon.awssdk.services.ec2.model.Instance>
      Throws:
      Exception
    • getByDisplayName

      public Cloud getByDisplayName(Jenkins.CloudList clouds, String name)