Class ECSTaskTemplateStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- com.cloudbees.jenkins.plugins.amazonecs.pipeline.ECSTaskTemplateStepExecution
-
- All Implemented Interfaces:
Serializable
public class ECSTaskTemplateStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonResume()Re-inject the dynamic template when resuming the pipelinebooleanstart()voidstop(Throwable cause)
-
-
-
Method Detail
-
start
public boolean start() throws Exception- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.StepExecution- Throws:
Exception
-
stop
public void stop(Throwable cause) throws Exception
- Overrides:
stopin classorg.jenkinsci.plugins.workflow.steps.StepExecution- Throws:
Exception
-
onResume
public void onResume()
Re-inject the dynamic template when resuming the pipeline- Overrides:
onResumein classorg.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
-