Class TestingBotStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
testingbot.pipeline.TestingBotStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
TestingBotStep

public static class TestingBotStep.Execution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    Execution()  
  • Method Summary

    Modifier and Type Method Description
    boolean start()  
    void stop​(Throwable cause)  

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl

    inject, onResume

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • start

      public boolean start() throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception
    • stop

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