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