Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodCall
Package
Description
-
Uses of ModelASTMethodCall in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeClassDescriptionclass
A single parameter definition, eventually corresponding to aParameterDefinition
class
A single job property, corresponding eventually toJobProperty
or DeclarativeOption.class
A single trigger, corresponding eventually to aTrigger
-
Uses of ModelASTMethodCall in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Modifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTMethodCall methodCall) boolean
ModelValidator.validateElement
(ModelASTMethodCall methodCall)