Class 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.
    • Constructor Detail

      • CoreStep

        @DataBoundConstructor
        public CoreStep​(SimpleBuildStep delegate)
    • Method Detail

      • 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