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:AbstractSystemPropertyObtain the value of this property- Overrides:
getValuein classAbstractSystemProperty- Returns:
- value of property
-