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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringLocal (i.e.@Nullable StringLocal (i.e.@NotNull StringShared Bamboo home.voidsetConfigFileName(String configFileName) voidsetNodeHomePropertyName(String nodeHomePropertyName) voidsetPropertiesFile(String propertiesFile) Methods inherited from class com.atlassian.config.internal.DefaultHomeLocator
getConfigFileName, getPropertiesFile, lookupServletHomeProperty, setInitPropertyNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.config.HomeLocator
getConfigFileName, lookupServletHomeProperty
-
Constructor Details
-
BambooHomeLocatorImpl
public BambooHomeLocatorImpl()
-
-
Method Details
-
getHomePath
Description copied from interface:BambooHomeLocatorLocal (i.e. node specific) Bamboo home. The same asBambooHomeLocator.getLocalHomePath().- Specified by:
getHomePathin interfaceBambooHomeLocator- Specified by:
getHomePathin interfacecom.atlassian.config.HomeLocator- Overrides:
getHomePathin classcom.atlassian.config.internal.DefaultHomeLocator
-
getLocalHomePath
Description copied from interface:BambooHomeLocatorLocal (i.e. node specific) Bamboo home. The same asBambooHomeLocator.getHomePath().- Specified by:
getLocalHomePathin interfaceBambooHomeLocator
-
setConfigFileName
- Overrides:
setConfigFileNamein classcom.atlassian.config.internal.DefaultHomeLocator
-
setPropertiesFile
- Overrides:
setPropertiesFilein classcom.atlassian.config.internal.DefaultHomeLocator
-
setNodeHomePropertyName
-