Interface | Description |
---|---|
Node |
Structure representing parsed YAML document.
|
Class | Description |
---|---|
BambooYamlParserUtils |
Utilities for parsing the Bamboo YAML definition.
|
BaseNode | |
ListNode<T extends Node> |
Node containing a list of child nodes.
|
MapNode |
Node representing a dictionary-like YAML structure.
|
StringNode |
Node containing single string value.
|
Exception | Description |
---|---|
YamlSpecsValidationException |
YamlSpecsValidationException indicates that Yaml file is malformed or refers incorrectly refers an element of
system configuration (i.e.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.