Class BaseNode

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

public abstract class BaseNode extends Object implements Node
  • Constructor Details

    • BaseNode

      public BaseNode(@NotNull @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
  • Method Details

    • getValidationContext

      @NotNull public @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext getValidationContext()
      Description copied from interface: Node
      Returns validation context of the node.
      Specified by:
      getValidationContext in interface Node
    • toString

      public String toString()
      Overrides:
      toString in class Object