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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WithProjectEnvStepExecution(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stop
-
-
-
-
Constructor Detail
-
WithProjectEnvStepExecution
public WithProjectEnvStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, boolean cliDebug, String configFile)
-
-