Package com.atlassian.bamboo.specs.yaml
Class StringNode
java.lang.Object
com.atlassian.bamboo.specs.yaml.BaseNode
com.atlassian.bamboo.specs.yaml.StringNode
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
BooleanNode
Node containing single string value.
-
Constructor Summary
ConstructorDescriptionStringNode
(@NotNull String value, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.yaml.BaseNode
getValidationContext, toString
-
Constructor Details
-
StringNode
public StringNode(@NotNull @NotNull String value, @NotNull @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
-
-
Method Details
-
get
-
getUnusedProperties
Description copied from interface:Node
Visits recursively the whole structure and returns list of unused properties. Children of unused properties are not reported.
-