Class RemoteAgentHomeDirectoryLayout
java.lang.Object
com.atlassian.bamboo.v2.build.agent.remote.RemoteAgentHomeDirectoryLayout
- All Implemented Interfaces:
HomeDirectoryLayout
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
AGENT_STATE_SUB_DIR
- See Also:
-
-
Constructor Details
-
RemoteAgentHomeDirectoryLayout
- Throws:
IOException
-
-
Method Details
-
getApplicationHome
- Specified by:
getApplicationHome
in interfaceHomeDirectoryLayout
- Returns:
- home directory for the application
-
getLocalHome
- Specified by:
getLocalHome
in interfaceHomeDirectoryLayout
-
getPluginDirectory
- Specified by:
getPluginDirectory
in interfaceHomeDirectoryLayout
- Returns:
- plugin directory
-
getPluginCacheDirectory
- Specified by:
getPluginCacheDirectory
in interfaceHomeDirectoryLayout
- Returns:
- plugin cache directory
-
getAgentStateDirectory
- Specified by:
getAgentStateDirectory
in interfaceHomeDirectoryLayout
-
getTempDirectory
- Specified by:
getTempDirectory
in interfaceHomeDirectoryLayout
- Returns:
- temp directory in application home directory
-