Class KsmStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
io.jenkins.plugins.ksm.workflow.KsmStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
KsmStep

protected static class KsmStep.Execution extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution

    org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.Block, org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.TailCall
  • Constructor Summary

    Constructors
    Constructor
    Description
    Execution(KsmStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

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

    blocksRestart, getStatus, onResume, run, stop

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

    acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

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

    • Execution

      public Execution(KsmStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • start

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