Class HALMTestReporterStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Object>
-
- com.perforce.halm.jenkins.pipeline.HALMTestReporterStepExecution
-
- All Implemented Interfaces:
Serializable
public class HALMTestReporterStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HALMTestReporterStepExecution(HALMTestReporterStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
run()
Overrides the function from the superclass.-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stop
-
-
-
-
Constructor Detail
-
HALMTestReporterStepExecution
protected HALMTestReporterStepExecution(@NonNull HALMTestReporterStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-