Package com.atlassian.bamboo.utils
Class SystemProperty.UrlSystemProperty
java.lang.Object
com.atlassian.bamboo.utils.AbstractSystemProperty
com.atlassian.bamboo.utils.SystemProperty.UrlSystemProperty
- Enclosing class:
SystemProperty
-
Field Summary
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
exists, getEnvironmentVariable, getKey, getValue, getValue, getValue, getValue, setValue, toString
-
Constructor Details
-
UrlSystemProperty
-
-
Method Details
-
getValue
Description copied from class:AbstractSystemPropertyObtain the value of the property (returns the default value if the environment variable has not been defined.- Overrides:
getValuein classAbstractSystemProperty- Parameters:
defaultValue- The default value, if the environment variable has not been defined- Returns:
- The value of the property
-