Class StageStep

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

    public final class StageStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    A named block.
    • Field Detail

      • name

        public final String name
      • concurrency

        @Deprecated
        @DataBoundSetter
        @CheckForNull
        public Integer concurrency
        Deprecated.
    • Constructor Detail

      • StageStep

        @DataBoundConstructor
        public StageStep​(String name)
    • 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