Interface ModelASTElementContainer
-
- All Superinterfaces:
ModelASTMarkerInterface
- All Known Implementing Classes:
ModelASTBuildParameters,ModelASTClosureMap,ModelASTLibraries,ModelASTOptions,ModelASTTriggers
public interface ModelASTElementContainer extends ModelASTMarkerInterface
Interface for elements that contain other elements. Lets parents of containers get information about the child list.- Author:
- Liam Newman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()-
Methods inherited from interface org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMarkerInterface
removeSourceLocation, toGroovy, toJSON, validate
-
-