Package com.atlassian.bamboo.specs.yaml
Interface Node
-
- All Known Implementing Classes:
BaseNode
,BooleanNode
,ListNode
,MapNode
,StringNode
public interface Node
Structure representing parsed YAML document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<String>
getUnusedProperties()
Visits recursively the whole structure and returns list of unused properties.@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext
getValidationContext()
Returns validation context of the node.
-