Package com.atlassian.bamboo.storage
Interface DiskUsageManager
- All Known Implementing Classes:
DiskUsageManagerImpl
@Internal
public interface DiskUsageManager
Manages the usage for
ArtifactHandlers- Since:
- 5.9
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all artifact sizes for each artifact handler type.voidInvalidates disk usage values.
-
Method Details
-
invalidateDiskUsageByArtifacts
void invalidateDiskUsageByArtifacts()Invalidates disk usage values. Next timefindUsedStorage()(String)} called values will be refreshed -
findUsedStorage
Retrieve all artifact sizes for each artifact handler type.- Returns:
- the map of all artifact sizes grouped by artifactHandlerPluginKey.
- Since:
- 9.3
-