Package com.atlassian.bamboo.specs.yaml


package com.atlassian.bamboo.specs.yaml
  • Class
    Description
    Utilities for parsing the Bamboo YAML definition.
     
     
    ListNode<T extends Node>
    Node containing a list of child nodes.
    Node representing a dictionary-like YAML structure.
    Structure representing parsed YAML document.
    Node containing single string value.
    YamlSpecsValidationException indicates that Yaml file is malformed or refers incorrectly refers an element of system configuration (i.e. refers to a non-existing project).