Class WithProjectEnvStepExecution

  • All Implemented Interfaces:
    Serializable

    public class WithProjectEnvStepExecution
    extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution

        org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.Block, org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.TailCall
    • Constructor Detail

      • WithProjectEnvStepExecution

        public WithProjectEnvStepExecution​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext,
                                           boolean cliDebug,
                                           String configFile)
      • WithProjectEnvStepExecution

        public WithProjectEnvStepExecution​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext,
                                           boolean cliDebug,
                                           String configFile,
                                           String fixedCliVersion)
    • Method Detail

      • start

        public boolean start()
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.StepExecution