Uses of Class
com.atlassian.bamboo.specs.yaml.ListNode
-
Packages that use ListNode Package Description com.atlassian.bamboo.specs.yaml -
-
Uses of ListNode in com.atlassian.bamboo.specs.yaml
Methods in com.atlassian.bamboo.specs.yaml that return ListNode Modifier and Type Method Description <X extends Node>
@NotNull ListNode<X>ListNode. asListOf(@NotNull Class<X> expectedType)
static @NotNull ListNode<Node>
ListNode. fromList(@NotNull List<?> list, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
<T extends Node>
@NotNull ListNode<T>MapNode. getList(@NotNull String property, @NotNull Class<T> expectedType)
Get a property from a parsed YAML as aList
of a particular type.Methods in com.atlassian.bamboo.specs.yaml that return types with arguments of type ListNode Modifier and Type Method Description <T extends Node>
@NotNull Optional<ListNode<T>>MapNode. getOptionalList(@NotNull String property, @NotNull Class<T> expectedType)
Get a property from a parsed YAML as aList
of a particular type, if the property is present.
-