Uses of Class
com.atlassian.bamboo.specs.yaml.BooleanNode
-
Packages that use BooleanNode Package Description com.atlassian.bamboo.specs.yaml -
-
Uses of BooleanNode in com.atlassian.bamboo.specs.yaml
Methods in com.atlassian.bamboo.specs.yaml that return types with arguments of type BooleanNode Modifier and Type Method Description @NotNull Optional<BooleanNode>
MapNode. getOptionalBoolean(@NotNull String property)
Get a property from a parsed YAML as aBoolean
, if the property is present.
-