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
homesubdirectory where cache data should be stored
-
getConfigDir
- Returns:
- the
shared homesubdirectory where configuration data should be stored
-
getDataDir
- Returns:
- the
shared homesubdirectory where app data should be stored
-
getHomeDir
- Returns:
- the product's home directory, which is node local in Data Center installations
-
getTempDir
- Returns:
- the
homesubdirectory where short-lived temporary data should be stored
-