Class StringNode

java.lang.Object
com.atlassian.bamboo.specs.yaml.BaseNode
com.atlassian.bamboo.specs.yaml.StringNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
BooleanNode

public class StringNode extends BaseNode
Node containing single string value.
  • Constructor Details

    • StringNode

      public StringNode(@NotNull @NotNull String value, @NotNull @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
  • Method Details

    • get

      @NotNull public @NotNull String get()
    • getUnusedProperties

      @NotNull public @NotNull List<String> getUnusedProperties()
      Description copied from interface: Node
      Visits recursively the whole structure and returns list of unused properties. Children of unused properties are not reported.