Package com.atlassian.bamboo.setup
Class BambooHomeLocatorImpl
java.lang.Object
com.atlassian.config.internal.DefaultHomeLocator
com.atlassian.bamboo.setup.BambooHomeLocatorImpl
- All Implemented Interfaces:
BambooHomeLocator
,com.atlassian.config.HomeLocator
public class BambooHomeLocatorImpl
extends com.atlassian.config.internal.DefaultHomeLocator
implements BambooHomeLocator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Local (i.e.@Nullable String
Local (i.e.@NotNull String
Shared Bamboo home.void
setConfigFileName
(String configFileName) void
setNodeHomePropertyName
(String nodeHomePropertyName) void
setPropertiesFile
(String propertiesFile) Methods inherited from class com.atlassian.config.internal.DefaultHomeLocator
getConfigFileName, getPropertiesFile, lookupServletHomeProperty, setInitPropertyName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.config.HomeLocator
getConfigFileName, lookupServletHomeProperty
-
Constructor Details
-
BambooHomeLocatorImpl
public BambooHomeLocatorImpl()
-
-
Method Details
-
getHomePath
Description copied from interface:BambooHomeLocator
Local (i.e. node specific) Bamboo home. The same asBambooHomeLocator.getLocalHomePath()
.- Specified by:
getHomePath
in interfaceBambooHomeLocator
- Specified by:
getHomePath
in interfacecom.atlassian.config.HomeLocator
- Overrides:
getHomePath
in classcom.atlassian.config.internal.DefaultHomeLocator
-
getLocalHomePath
Description copied from interface:BambooHomeLocator
Local (i.e. node specific) Bamboo home. The same asBambooHomeLocator.getHomePath()
.- Specified by:
getLocalHomePath
in interfaceBambooHomeLocator
-
setConfigFileName
- Overrides:
setConfigFileName
in classcom.atlassian.config.internal.DefaultHomeLocator
-
setPropertiesFile
- Overrides:
setPropertiesFile
in classcom.atlassian.config.internal.DefaultHomeLocator
-
setNodeHomePropertyName
-