Class EnvStep

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

    public class EnvStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • EnvStep

        @DataBoundConstructor
        public EnvStep​(List<String> overrides)
    • Method Detail

      • getOverrides

        public List<String> getOverrides()
      • 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