Class CoreStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.CoreStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class CoreStep extends org.jenkinsci.plugins.workflow.steps.Step
A step that runs a SimpleBuildStep as defined in Jenkins core.
  • Field Details

  • Constructor Details

    • CoreStep

      @DataBoundConstructor public CoreStep(SimpleBuildStep delegate)
  • Method Details

    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception