Package com.atlassian.bamboo.specs.yaml
Class ListNode<T extends Node>
java.lang.Object
com.atlassian.bamboo.specs.yaml.BaseNode
com.atlassian.bamboo.specs.yaml.ListNode<T>
- Type Parameters:
T
- type of child nodes
- All Implemented Interfaces:
Node
Node containing a list of child nodes.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.yaml.BaseNode
getValidationContext, toString
-
Constructor Details
-
ListNode
-
-
Method Details
-
fromList
-
stream
-
asListOf
-
getList
-
getUnusedProperties
Description copied from interface:Node
Visits recursively the whole structure and returns list of unused properties. Children of unused properties are not reported.
-