Package com.atlassian.bamboo.fileserver
Class SystemDirectory
java.lang.Object
com.atlassian.bamboo.fileserver.SystemDirectory
This class provides key system directory info
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
static File
static File
static File
This method returns the root directory underneath which the build directories or agent directories are located.static File
static File
static File
static File
static File
static String
getLogRelativePath
(@NotNull String file) static File
static File
static File
static File
-
Field Details
-
LOGS_DIRECTORY
- See Also:
-
-
Method Details
-
getApplicationHome
-
getLocalHome
-
getConfigDirectory
-
getLogRelativePath
-
getBambooLogsDirectory
-
getPluginDirectory
-
getCacheDirectory
-
getServerStateDirectory
-
getClusterInfoDirectory
-
getConfigurationExportsDirectory
-
getAgentStateDirectory
-
getPluginCacheDirectory
-
getBaseBuildWorkingDirectory
This method returns the root directory underneath which the build directories or agent directories are located. The structure below this directory is not documented - you most likely do not want to use this method, consider using DefaultBuildDirectoryManager methods instead.
-