Package com.atlassian.bamboo.utils
Class SystemProperty.IntegerSystemProperty
java.lang.Object
com.atlassian.bamboo.utils.AbstractSystemProperty
com.atlassian.bamboo.utils.SystemProperty.IntegerSystemProperty
- Enclosing class:
- SystemProperty
-
Field Summary
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue
-
Constructor Summary
ConstructorDescriptionIntegerSystemProperty
(boolean mandatory, long defaultValue, String... properties) -
Method Summary
-
Constructor Details
-
IntegerSystemProperty
-
-
Method Details
-
getTypedValue
public long getTypedValue()- Returns:
- integer value of property
- Throws:
NumberFormatException
- if property cannot be parsed
-