Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTArgumentList
Packages that use ModelASTArgumentList
-
Uses of ModelASTArgumentList in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTArgumentList in org.jenkinsci.plugins.pipeline.modeldefinition.astModifier and TypeClassDescriptionfinal class
Represents the named parameters for a step in a map ofModelASTKey
s andModelASTValue
s.final class
Represents the positional parameters for a step in a list ofModelASTValue
s.final class
Represents a single unnamed argument.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTArgumentListMethods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTArgumentListModifier and TypeMethodDescriptionvoid
ModelASTStep.setArgs
(ModelASTArgumentList args) void
ModelASTWhenCondition.setArgs
(ModelASTArgumentList args)