Package com.atlassian.bamboo.specs.yaml
Class BaseNode
- java.lang.Object
-
- com.atlassian.bamboo.specs.yaml.BaseNode
-
-
Constructor Summary
Constructors Constructor Description BaseNode(@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext
getValidationContext()
Returns validation context of the node.String
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
-
-
-
-
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 interfaceNode
-
-