com.atlassian.bamboo.v2.build.agent.remote
Class RemoteAgentHomeLocator

java.lang.Object
  extended by com.atlassian.config.DefaultHomeLocator
      extended by com.atlassian.bamboo.setup.BambooHomeLocator
          extended by com.atlassian.bamboo.v2.build.agent.remote.RemoteAgentHomeLocator
All Implemented Interfaces:
com.atlassian.config.HomeLocator

public class RemoteAgentHomeLocator
extends BambooHomeLocator

A BambooHomeLocator for remote agents.

In the case that a Bamboo home is not explicitly defined, it will default to ~/bamboo-agent-home.


Constructor Summary
RemoteAgentHomeLocator()
           
 
Method Summary
 java.lang.String getHomePath()
           
 
Methods inherited from class com.atlassian.config.DefaultHomeLocator
getConfigFileName, getPropertiesFile, lookupServletHomeProperty, setConfigFileName, setInitPropertyName, setPropertiesFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAgentHomeLocator

public RemoteAgentHomeLocator()
Method Detail

getHomePath

@NotNull
public java.lang.String getHomePath()
Specified by:
getHomePath in interface com.atlassian.config.HomeLocator
Overrides:
getHomePath in class BambooHomeLocator


Copyright © 2010 Atlassian. All Rights Reserved.