Class ExecutorStepExecution

  • All Implemented Interfaces:
    Serializable

    public class ExecutorStepExecution
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
    See Also:
    Serialized Form
    • Field Detail

      • TIMEOUT_WAITING_FOR_NODE_MILLIS

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public static long TIMEOUT_WAITING_FOR_NODE_MILLIS
    • Method Detail

      • stop

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

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

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