Package com.atlassian.bamboo.utils
Class SystemProperty.BooleanSystemProperty
- java.lang.Object
-
- com.atlassian.bamboo.utils.AbstractSystemProperty
-
- com.atlassian.bamboo.utils.SystemProperty.BooleanSystemProperty
-
- Enclosing class:
- SystemProperty
public static class SystemProperty.BooleanSystemProperty extends AbstractSystemProperty
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue
-
-
Constructor Summary
Constructors Constructor Description BooleanSystemProperty(boolean mandatory, boolean defaultValue, String... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getTypedValue()
void
setTypedValue(boolean value)
-
-
-
Constructor Detail
-
BooleanSystemProperty
public BooleanSystemProperty(boolean mandatory, boolean defaultValue, String... properties)
-
-