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
public class StringNode extends BaseNode
Node containing single string value.
-
-
Constructor Summary
Constructors Constructor Description StringNode(@NotNull String value, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
get()
@NotNull List<String>
getUnusedProperties()
Visits recursively the whole structure and returns list of unused properties.-
Methods inherited from class com.atlassian.bamboo.specs.yaml.BaseNode
getValidationContext, toString
-
-