Class HALMTestReporterStepExecution

  • All Implemented Interfaces:
    Serializable

    public class HALMTestReporterStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Object>
    See Also:
    Serialized Form
    • Constructor Detail

      • HALMTestReporterStepExecution

        protected HALMTestReporterStepExecution​(@NonNull
                                                HALMTestReporterStep step,
                                                org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • run

        public Object run()
                   throws Exception
        Overrides the function from the superclass.
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Object>
        Returns:
        whether the execution was successful or not
        Throws:
        Exception