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
ConstructorDescriptionBaseNode
(@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) -
Method Summary
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext
Returns validation context of the node.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:Node
Returns validation context of the node.- Specified by:
getValidationContext
in interfaceNode
-
toString
-