public class BooleanSystemProperty extends AbstractSystemProperty<Boolean>
defaultValueSupplier, propertyName| Constructor and Description |
|---|
BooleanSystemProperty(String propertyName,
boolean defaultValue) |
BooleanSystemProperty(String propertyName,
BooleanSupplier defaultValueSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
fromString(String stringValue) |
clearValue, getName, getValue, setRawValue, setValuepublic BooleanSystemProperty(@Nonnull String propertyName, boolean defaultValue)
public BooleanSystemProperty(@Nonnull String propertyName, @Nonnull BooleanSupplier defaultValueSupplier)
public Boolean fromString(@Nonnull String stringValue)
fromString in class AbstractSystemProperty<Boolean>Copyright © 2023 Atlassian. All rights reserved.