Class BaseNode

    • Constructor Detail

      • BaseNode

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

      • 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