Package | Description |
---|---|
com.atlassian.bamboo.specs.yaml |
Modifier and Type | Method and Description |
---|---|
<X extends Node> |
ListNode.asListOf(Class<X> expectedType) |
static ListNode<Node> |
ListNode.fromList(List<?> list,
com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) |
<T extends Node> |
MapNode.getList(String property,
Class<T> expectedType)
Get a property from a parsed YAML as a
List of a particular type. |
Modifier and Type | Method and Description |
---|---|
<T extends Node> |
MapNode.getOptionalList(String property,
Class<T> expectedType)
Get a property from a parsed YAML as a
List of a particular type, if the property is present. |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.