Package com.atlassian.bitbucket.server
Interface StorageService
public interface StorageService
Allows apps to interact with selected parts of the product's home directory.
- Since:
- 5.11
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCacheDir
- Returns:
- the
home
subdirectory where cache data should be stored
-
getConfigDir
- Returns:
- the
shared home
subdirectory where configuration data should be stored
-
getDataDir
- Returns:
- the
shared home
subdirectory where app data should be stored
-
getHomeDir
- Returns:
- the product's home directory, which is node local in Data Center installations
-
getTempDir
- Returns:
- the
home
subdirectory where short-lived temporary data should be stored
-