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 ModelASTValueModelASTValue.fromConstant(Object o, Object sourceLocation) static ModelASTValueModelASTValue.fromGString(String gstring, Object sourceLocation) ModelASTStageInput.getId()ModelASTStageInput.getMessage()ModelASTStageInput.getOk()protected ModelASTValueAbstractModelASTCodeBlock.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 TypeMethodDescriptionvoidModelASTStageInput.setId(ModelASTValue id) voidModelASTStageInput.setMessage(ModelASTValue message) voidModelASTStageInput.setOk(ModelASTValue ok) voidModelASTStageInput.setSubmitter(ModelASTValue submitter) voidModelASTStageInput.setSubmitterParameter(ModelASTValue submitterParameter) voidModelASTSingleArgument.setValue(ModelASTValue value) Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTValueModifier and TypeMethodDescriptionvoidModelASTInternalFunctionCall.setArgs(List<ModelASTValue> args) voidModelASTNamedArgumentList.setArguments(Map<ModelASTKey, ModelASTValue> arguments) voidModelASTPositionalArgumentList.setArguments(List<ModelASTValue> arguments) voidModelASTLibraries.setLibs(List<ModelASTValue> libs) voidModelASTTools.setTools(Map<ModelASTKey, ModelASTValue> tools) voidModelASTAxis.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 TypeMethodDescriptionbooleanAbstractModelValidator.validateElement(ModelASTValue value) booleanModelValidator.validateElement(ModelASTValue value)