Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTEnvironmentValue
-
Packages that use ModelASTEnvironmentValue Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast -
-
Uses of ModelASTEnvironmentValue in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTEnvironmentValue Modifier and Type Class Description classModelASTInternalFunctionCallAn internal function call, most notably for use withModelASTEnvironmentclassModelASTValueRepresents the value in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTEnvironmentValue Modifier and Type Method Description Map<ModelASTKey,ModelASTEnvironmentValue>ModelASTEnvironment. getVariables()Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTEnvironmentValue Modifier and Type Method Description voidModelASTEnvironment. setVariables(Map<ModelASTKey,ModelASTEnvironmentValue> variables)
-