public interface BambooYamlParser
BambooYamlDefinition
Modifier and Type | Method and Description |
---|---|
BambooYamlDefinition |
parse(String yamlString)
Constructs an instance of
BambooYamlDefinition based on the given YAML string. |
@NotNull BambooYamlDefinition parse(@NotNull String yamlString) throws YamlSpecsValidationException
BambooYamlDefinition
based on the given YAML string. This method will run
basic validation, e.g. that types in the YAML document match.yamlString
- a YAML document as a stringYamlSpecsValidationException
- if the passed YAML document is invalid in any wayCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.