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
-
Field Summary
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue
-
Constructor Summary
ConstructorDescriptionBooleanSystemProperty
(boolean mandatory, boolean defaultValue, String... properties) -
Method Summary
-
Constructor Details
-
BooleanSystemProperty
-
-
Method Details
-
getTypedValue
public boolean getTypedValue()- Returns:
- boolean value of property
-
setTypedValue
public void setTypedValue(boolean value)
-