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
-
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:AbstractSystemProperty
Obtain the value of the property (returns the default value if the environment variable has not been defined.- Overrides:
getValue
in classAbstractSystemProperty
- Parameters:
defaultValue
- The default value, if the environment variable has not been defined- Returns:
- The value of the property
-