Uses of Class
com.atlassian.bamboo.specs.yaml.StringNode
-
Uses of StringNode in com.atlassian.bamboo.specs.yaml
Modifier and TypeMethodDescription@NotNull StringNode
Get a property from a parsed YAML as aString
.Modifier and TypeMethodDescription@NotNull Optional<StringNode>
MapNode.getOptionalString
(@NotNull String property) Get a property from a parsed YAML as aString
, if the property is present.