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
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
Local (i.e.@Nullable String
Local (i.e.@Nullable String
Shared Bamboo home.void
lookupServletHomeProperty
(javax.servlet.ServletContext context) void
setConfigFileName
(String configFileName)
-
Constructor Details
-
RemoteAgentHomeLocator
public RemoteAgentHomeLocator()
-
-
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
-
getLocalHomePath
Description copied from interface:BambooHomeLocator
Local (i.e. node specific) Bamboo home. The same asBambooHomeLocator.getHomePath()
.- Specified by:
getLocalHomePath
in interfaceBambooHomeLocator
-
getConfigFileName
- Specified by:
getConfigFileName
in interfacecom.atlassian.config.HomeLocator
-
setConfigFileName
-
lookupServletHomeProperty
public void lookupServletHomeProperty(javax.servlet.ServletContext context) - Specified by:
lookupServletHomeProperty
in interfacecom.atlassian.config.HomeLocator
-