public class RemoteAgentHomeLocator extends Object implements BambooHomeLocator
A BambooHomeLocatorImpl
for remote agents.
In the case that a Bamboo home is not explicitly defined, it will default to ~/bamboo-agent-home.
Constructor and Description |
---|
RemoteAgentHomeLocator() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigFileName() |
String |
getHomePath()
Local (i.e.
|
String |
getLocalHomePath()
Local (i.e.
|
String |
getSharedHomePath()
Shared Bamboo home.
|
void |
lookupServletHomeProperty(javax.servlet.ServletContext context) |
void |
setConfigFileName(String configFileName) |
@NotNull public String getHomePath()
BambooHomeLocator
BambooHomeLocator.getLocalHomePath()
.getHomePath
in interface BambooHomeLocator
getHomePath
in interface com.atlassian.config.HomeLocator
@Nullable public String getLocalHomePath()
BambooHomeLocator
BambooHomeLocator.getHomePath()
.getLocalHomePath
in interface BambooHomeLocator
@Nullable public String getSharedHomePath()
BambooHomeLocator
BambooHomeLocator.getLocalHomePath()
if run in single node mode.getSharedHomePath
in interface BambooHomeLocator
public String getConfigFileName()
getConfigFileName
in interface com.atlassian.config.HomeLocator
public void setConfigFileName(String configFileName)
public void lookupServletHomeProperty(javax.servlet.ServletContext context)
lookupServletHomeProperty
in interface com.atlassian.config.HomeLocator
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.