Package com.atlassian.bamboo.utils
Class SystemProperty.DefaultStringSystemProperty
java.lang.Object
com.atlassian.bamboo.utils.AbstractSystemProperty
com.atlassian.bamboo.utils.SystemProperty.DefaultStringSystemProperty
- Enclosing class:
- SystemProperty
-
Field Summary
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultStringSystemProperty
(boolean mandatory, String defaultValue, String... properties) -
Method Summary
Methods inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
exists, getEnvironmentVariable, getKey, getValue, getValue, getValue, getValue, setValue, toString
-
Constructor Details
-
DefaultStringSystemProperty
-
-
Method Details
-
getValue
Description copied from class:AbstractSystemProperty
Obtain the value of this property- Overrides:
getValue
in classAbstractSystemProperty
- Returns:
- value of property
-