Class CoreWrapperStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class CoreWrapperStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    A step that runs a SimpleBuildWrapper as defined in Jenkins core.
    • Constructor Detail

      • CoreWrapperStep

        @DataBoundConstructor
        public CoreWrapperStep​(SimpleBuildWrapper 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