Class ModelASTArgumentList
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTArgumentList
- All Implemented Interfaces:
ModelASTMarkerInterface
- Direct Known Subclasses:
ModelASTNamedArgumentList
,ModelASTPositionalArgumentList
,ModelASTSingleArgument
Either single value, or named args
- Author:
- Kohsuke Kawaguchi, Andrew Bayer
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
getSourceLocation, hashCode, nullIfEmpty, removeSourceLocation, removeSourceLocationsFrom, removeSourceLocationsFrom, removeSourceLocationsFrom, removeSourceLocationsFrom, setSourceLocation, toGroovy, toGroovy, toGroovy, toGroovyArgList, toGroovyArgList, toGroovyBlock, toGroovyBlock, toGroovyBlock, toGroovyCheckEmpty, toJSON, toJSON, toJSONArray, toJSONArray, toJSONCheckEmpty, toJSONObject, validate, validate, validate, validate
-
Constructor Details
-
ModelASTArgumentList
-
-
Method Details
-
toString
Description copied from class:ModelASTElement
- Overrides:
toString
in classModelASTElement
-
equals
Description copied from class:ModelASTElement
- Overrides:
equals
in classModelASTElement
-
argListToMap
-