<X extends Node>@NotNull ListNode<X>
asListOf(@NotNull Class<X> expectedType)
static @NotNull ListNode<Node>
fromList(@NotNull List<?> list, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
<T extends Node>@NotNull ListNode<T>
getList(@NotNull String property, @NotNull Class<T> expectedType)
List
<T extends Node>@NotNull Optional<ListNode<T>>
getOptionalList(@NotNull String property, @NotNull Class<T> expectedType)