Interface ModelASTMethodArg
-
- All Superinterfaces:
ModelASTMarkerInterface
- All Known Implementing Classes:
ModelASTBuildParameter,ModelASTClosureMap,ModelASTKeyValueOrMethodCallPair,ModelASTMethodCall,ModelASTOption,ModelASTTrigger,ModelASTValue
public interface ModelASTMethodArg extends ModelASTMarkerInterface
A marker for classes that can serve as the argument for a method, either as part of aModelASTKeyValueOrMethodCallPairor on its own in a list.- Author:
- Andrew Bayer
-
-
Method Summary
-
Methods inherited from interface org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMarkerInterface
removeSourceLocation, toGroovy, toJSON, validate
-
-