Interface EnvironmentAction

All Superinterfaces:
Action, ModelObject
All Known Subinterfaces:
EnvironmentAction.IncludingOverrides

public interface EnvironmentAction extends Action
A run action which reports environment variables. If present, will be used from DefaultStepContext.get(java.lang.Class<T>) on EnvVars after amendment by EnvironmentExpander.getEffectiveEnvironment(hudson.EnvVars, hudson.EnvVars, org.jenkinsci.plugins.workflow.steps.EnvironmentExpander).