Class EndtestRunExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
io.jenkins.plugins.endtest.EndtestRunExecution
All Implemented Interfaces:
Serializable

public final class EndtestRunExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
Restart-safe asynchronous execution for the Endtest Pipeline step.
See Also:
  • Method Details

    • start

      public boolean start()
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
    • onResume

      public void onResume()
      Overrides:
      onResume in class org.jenkinsci.plugins.workflow.steps.StepExecution
    • stop

      public void stop(@NonNull Throwable cause) throws Exception
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception
    • getStatus

      public String getStatus()
      Overrides:
      getStatus in class org.jenkinsci.plugins.workflow.steps.StepExecution