Class PodTemplateStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStepExecution
- All Implemented Interfaces:
Serializable
public class PodTemplateStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
- See Also:
-
Field Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, stop
-
Field Details
-
POD_ANNOTATION_BUILD_URL
- See Also:
-
POD_ANNOTATION_RUN_URL
- See Also:
-
-
Method Details
-
start
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
onResume
public void onResume()Re-inject the dynamic template when resuming the pipeline- Overrides:
onResume
in classorg.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-