Class CoreWrapperStep.Execution

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

@Deprecated public static final class CoreWrapperStep.Execution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
Deprecated.
Only here for serial compatibility.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     

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

    inject, onResume

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

    acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, stop

    Methods inherited from class java.lang.Object

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

    • Execution

      public Execution()
      Deprecated.
  • Method Details

    • start

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