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
public static class SystemProperty.DefaultStringSystemProperty extends AbstractSystemProperty
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue
-
-
Constructor Summary
Constructors Constructor Description DefaultStringSystemProperty(boolean mandatory, String defaultValue, String... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Obtain the value of this property-
Methods inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
exists, getEnvironmentVariable, getKey, getValue, getValue, getValue, getValue, setValue, toString
-
-
-
-
Method Detail
-
getValue
public String getValue()
Description copied from class:AbstractSystemPropertyObtain the value of this property- Overrides:
getValuein classAbstractSystemProperty- Returns:
- value of property
-
-