Interface BambooYamlVersion1Converter

All Known Implementing Classes:
BambooYamlVersion1ConverterImpl

public interface BambooYamlVersion1Converter
Converter which translates Bamboo Specs YAML document from version 1 to 2.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Map<String,Object>
    convertToYamlVersion2(@NotNull Map<String,Object> yaml1Structure)
    Converts the given structure of a YAML document from version 1 to 2.