All Known Implementing Classes:
AbstractModelValidator

public interface ModelValidator
A visitor interface that can be used to traverse the AST of a Declarative Pipeline. Warning: Do not implement this interface directly in non-Declarative plugins, because this interface is unstable and may receive backwards-incompatible changes. Instead, use AbstractModelValidator, which will retain backwards compatibility.
See Also: