Interface EnvironmentAction.IncludingOverrides
- All Superinterfaces:
Action
,EnvironmentAction
,ModelObject
- Enclosing interface:
- EnvironmentAction
Optional extension interface that allows the overrides to be distinguished.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.support.actions.EnvironmentAction
EnvironmentAction.IncludingOverrides
-
Method Summary
Modifier and TypeMethodDescriptionGets any environment variables set during this build that were not originally present.Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
Methods inherited from interface org.jenkinsci.plugins.workflow.support.actions.EnvironmentAction
getEnvironment
-
Method Details
-
getOverriddenEnvironment
Gets any environment variables set during this build that were not originally present.
-