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

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.RemoteAgentHomeDirectoryLayout
All Implemented Interfaces:
HomeDirectoryLayout

public class RemoteAgentHomeDirectoryLayout
extends java.lang.Object
implements HomeDirectoryLayout


Constructor Summary
RemoteAgentHomeDirectoryLayout(com.atlassian.config.HomeLocator homeLocator)
           
 
Method Summary
 java.io.File getApplicationHome()
           
 java.io.File getPluginCacheDirectory()
           
 java.io.File getPluginDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAgentHomeDirectoryLayout

public RemoteAgentHomeDirectoryLayout(com.atlassian.config.HomeLocator homeLocator)
                               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getApplicationHome

public java.io.File getApplicationHome()
Specified by:
getApplicationHome in interface HomeDirectoryLayout
Returns:
home directory for the application

getPluginDirectory

public java.io.File getPluginDirectory()
Specified by:
getPluginDirectory in interface HomeDirectoryLayout
Returns:
plugin directory

getPluginCacheDirectory

public java.io.File getPluginCacheDirectory()
Specified by:
getPluginCacheDirectory in interface HomeDirectoryLayout
Returns:
plugin cache directory


Copyright © 2012 Atlassian. All Rights Reserved.