public class BooleanSystemProperty extends AbstractSystemProperty<Boolean>
defaultValue, propertyName
Constructor and Description |
---|
BooleanSystemProperty(String propertyName,
boolean defaultValue) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getValue()
Returns the value of this system property or the default if it's not set.
|
clearValue, getName, setRawValue, setValue
@Nonnull public Boolean getValue()
AbstractSystemProperty
getValue
in class AbstractSystemProperty<Boolean>
Copyright © 2021 Atlassian. All rights reserved.