Class KeepEnvStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.pipeline_keepenv_step.KeepEnvStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class KeepEnvStep extends org.jenkinsci.plugins.workflow.steps.Step
All the variables not provided in the parameter will be filtered out for the enclosed block
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KeepEnvStep.DescriptorImpl
static class
KeepEnvStep.Execution
static class
KeepEnvStep.FilteredEnvironmentExpander
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description KeepEnvStep(List<String> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getVariables()
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-