Class RemoteAgentHomeLocator
java.lang.Object
com.atlassian.bamboo.v2.build.agent.remote.RemoteAgentHomeLocator
- All Implemented Interfaces:
BambooHomeLocator,com.atlassian.config.HomeLocator
A BambooHomeLocatorImpl for remote agents.
In the case that a Bamboo home is not explicitly defined, it will default to ~/bamboo-agent-home.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringLocal (i.e.@Nullable StringLocal (i.e.@Nullable StringShared Bamboo home.voidlookupServletHomeProperty(javax.servlet.ServletContext context) voidsetConfigFileName(String configFileName)
-
Constructor Details
-
RemoteAgentHomeLocator
public RemoteAgentHomeLocator()
-
-
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
-
getLocalHomePath
Description copied from interface:BambooHomeLocatorLocal (i.e. node specific) Bamboo home. The same asBambooHomeLocator.getHomePath().- Specified by:
getLocalHomePathin interfaceBambooHomeLocator
-
getConfigFileName
- Specified by:
getConfigFileNamein interfacecom.atlassian.config.HomeLocator
-
setConfigFileName
-
lookupServletHomeProperty
public void lookupServletHomeProperty(javax.servlet.ServletContext context) - Specified by:
lookupServletHomePropertyin interfacecom.atlassian.config.HomeLocator
-