Interface ArtifactStorageCappingEvent
- All Known Implementing Classes:
AbstractArtifactStorageCappingEvent
,ArtifactStorageHardLimitExceededEvent
,ArtifactStorageSoftLimitExceededEvent
public interface ArtifactStorageCappingEvent
An event related to artifact storage capping feature.
-
Method Summary
Modifier and TypeMethodDescription@NotNull StorageLimits
Return the storage limits configured for this Bamboo instance.
-
Method Details
-
getStorageLimits
Return the storage limits configured for this Bamboo instance.- Returns:
- artifact storage limits
-