Class ECSTaskTemplateStepExecution

  • All Implemented Interfaces:
    Serializable

    public class ECSTaskTemplateStepExecution
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
    See Also:
    Serialized Form
    • Method Detail

      • start

        public boolean start()
                      throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception
      • stop

        public void stop​(Throwable cause)
                  throws Exception
        Overrides:
        stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception
      • onResume

        public void onResume()
        Re-inject the dynamic template when resuming the pipeline
        Overrides:
        onResume in class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl