public interface BambooYamlVersion1Converter
BambooYamlVersion
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
convertToYamlVersion2(Map<String,Object> yaml1Structure)
Converts the given structure of a YAML document from version 1 to 2.
|
@NotNull Map<String,Object> convertToYamlVersion2(@NotNull Map<String,Object> yaml1Structure) throws YamlSpecsValidationException
yaml1Structure
- structure of a YAML document in version 1.YamlSpecsValidationException
- if the given YAML structure is invalidBambooYamlVersion
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.