Package io.jenkins.plugins.dogu.pipeline
Class DoguRoutinePipelineStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- io.jenkins.plugins.dogu.pipeline.DoguRoutinePipelineStepExecution
-
- All Implemented Interfaces:
Serializable
public class DoguRoutinePipelineStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoguRoutinePipelineStepExecution(DoguRoutinePipelineStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
void
stop(Throwable cause)
-
-
-
Constructor Detail
-
DoguRoutinePipelineStepExecution
@DataBoundConstructor public DoguRoutinePipelineStepExecution(DoguRoutinePipelineStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-