Package io.jenkins.plugins.projectenv
Class WithProjectEnvStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
io.jenkins.plugins.projectenv.WithProjectEnvStepExecution
- All Implemented Interfaces:
Serializable
public class WithProjectEnvStepExecution
extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
- See Also:
-
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 Summary
ConstructorsConstructorDescriptionWithProjectEnvStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, boolean cliDebug, String configFile) WithProjectEnvStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, boolean cliDebug, String configFile, String fixedCliVersion) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
WithProjectEnvStepExecution
public WithProjectEnvStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, boolean cliDebug, String configFile) -
WithProjectEnvStepExecution
-
-
Method Details
-
start
public boolean start()- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-