Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTEnvironmentValue
Packages that use ModelASTEnvironmentValue
-
Uses of ModelASTEnvironmentValue in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTEnvironmentValueModifier and TypeClassDescriptionclass
An internal function call, most notably for use withModelASTEnvironment
class
Represents the value in a key/value pair, as used inModelASTEnvironment
,ModelASTNamedArgumentList
and elsewhere.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTEnvironmentValueMethod parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTEnvironmentValueModifier and TypeMethodDescriptionvoid
ModelASTEnvironment.setVariables
(Map<ModelASTKey, ModelASTEnvironmentValue> variables)