Package com.atlassian.bamboo.specs.yaml
Class BaseNode
java.lang.Object
com.atlassian.bamboo.specs.yaml.BaseNode
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
ListNode,MapNode,StringNode
-
Constructor Summary
ConstructorsConstructorDescriptionBaseNode(@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) -
Method Summary
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContextReturns validation context of the node.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.specs.yaml.Node
getUnusedProperties
-
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:NodeReturns validation context of the node.- Specified by:
getValidationContextin interfaceNode
-
toString
-