Package com.atlassian.bamboo.specs.yaml
Class BooleanNode
java.lang.Object
com.atlassian.bamboo.specs.yaml.BaseNode
com.atlassian.bamboo.specs.yaml.StringNode
com.atlassian.bamboo.specs.yaml.BooleanNode
- All Implemented Interfaces:
Node
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanNode(@NotNull Boolean value, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) -
Method Summary
Modifier and TypeMethodDescription@NotNull BooleanVisits recursively the whole structure and returns list of unused properties.Methods inherited from class com.atlassian.bamboo.specs.yaml.StringNode
getMethods inherited from class com.atlassian.bamboo.specs.yaml.BaseNode
getValidationContext, toString
-
Constructor Details
-
BooleanNode
public BooleanNode(@NotNull @NotNull Boolean value, @NotNull @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
-
-
Method Details
-
getAsBoolean
-
getUnusedProperties
Description copied from interface:NodeVisits recursively the whole structure and returns list of unused properties. Children of unused properties are not reported.- Specified by:
getUnusedPropertiesin interfaceNode- Overrides:
getUnusedPropertiesin classStringNode
-