Class AbstractModelValidator

java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.validator.AbstractModelValidator
All Implemented Interfaces:
ModelValidator

public class AbstractModelValidator extends Object implements ModelValidator
Abstract implementation of ModelValidator. Use this class as a generic AST visitor instead of ModelValidator to prevent binary compatibility issues in cases where it is fine to ignore any AST elements that were added to Declarative after you extended this class.