Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue
Packages that use ModelASTValue
Package
Description
-
Uses of ModelASTValue in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTValueModifier and TypeMethodDescriptionstatic ModelASTValue
ModelASTValue.fromConstant
(Object o, Object sourceLocation) static ModelASTValue
ModelASTValue.fromGString
(String gstring, Object sourceLocation) ModelASTStageInput.getId()
ModelASTStageInput.getMessage()
ModelASTStageInput.getOk()
protected ModelASTValue
AbstractModelASTCodeBlock.getSingleValue()
ModelASTStageInput.getSubmitter()
ModelASTStageInput.getSubmitterParameter()
ModelASTSingleArgument.getValue()
ModelASTNamedArgumentList.valueForName
(String keyName) Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTValueModifier and TypeMethodDescriptionModelASTInternalFunctionCall.getArgs()
ModelASTNamedArgumentList.getArguments()
ModelASTPositionalArgumentList.getArguments()
ModelASTLibraries.getLibs()
ModelASTTools.getTools()
ModelASTAxis.getValues()
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTValueModifier and TypeMethodDescriptionvoid
ModelASTStageInput.setId
(ModelASTValue id) void
ModelASTStageInput.setMessage
(ModelASTValue message) void
ModelASTStageInput.setOk
(ModelASTValue ok) void
ModelASTStageInput.setSubmitter
(ModelASTValue submitter) void
ModelASTStageInput.setSubmitterParameter
(ModelASTValue submitterParameter) void
ModelASTSingleArgument.setValue
(ModelASTValue value) Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTValueModifier and TypeMethodDescriptionvoid
ModelASTInternalFunctionCall.setArgs
(List<ModelASTValue> args) void
ModelASTNamedArgumentList.setArguments
(Map<ModelASTKey, ModelASTValue> arguments) void
ModelASTPositionalArgumentList.setArguments
(List<ModelASTValue> arguments) void
ModelASTLibraries.setLibs
(List<ModelASTValue> libs) void
ModelASTTools.setTools
(Map<ModelASTKey, ModelASTValue> tools) void
ModelASTAxis.setValues
(List<ModelASTValue> values) -
Uses of ModelASTValue in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.validator with parameters of type ModelASTValueModifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTValue value) boolean
ModelValidator.validateElement
(ModelASTValue value)