Class BooleanNode

  • All Implemented Interfaces:
    Node

    public class BooleanNode
    extends StringNode
    • Constructor Detail

      • BooleanNode

        public BooleanNode​(@NotNull
                           @NotNull Boolean value,
                           @NotNull
                           @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
    • Method Detail

      • getAsBoolean

        @NotNull
        public @NotNull Boolean getAsBoolean()
      • 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.
        Specified by:
        getUnusedProperties in interface Node
        Overrides:
        getUnusedProperties in class StringNode