Class ModelASTMethodCall

java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodCall
All Implemented Interfaces:
ModelASTMarkerInterface, ModelASTMethodArg
Direct Known Subclasses:
ModelASTBuildParameter, ModelASTOption, ModelASTTrigger

public class ModelASTMethodCall extends ModelASTElement implements ModelASTMethodArg
A representation of a method call, including its name and a list of ModelASTMethodArgs. This is used for things like job properties, triggers and parameter definitions, allowing parsing and validation of the arguments in case they themselves are method calls.
Author:
Andrew Bayer