Uses of Interface
com.atlassian.bamboo.storage.event.ArtifactStorageCappingEvent
-
Packages that use ArtifactStorageCappingEvent Package Description com.atlassian.bamboo.storage.event com.atlassian.bamboo.storage.notification -
-
Uses of ArtifactStorageCappingEvent in com.atlassian.bamboo.storage.event
Classes in com.atlassian.bamboo.storage.event that implement ArtifactStorageCappingEvent Modifier and Type Class Description class
AbstractArtifactStorageCappingEvent
class
ArtifactStorageHardLimitExceededEvent
An event fired when storage space taken by artifacts exceeds the allowed hard limit.class
ArtifactStorageSoftLimitExceededEvent
An event fired when storage space taken by artifacts exceeds the allowed soft limit. -
Uses of ArtifactStorageCappingEvent in com.atlassian.bamboo.storage.notification
Methods in com.atlassian.bamboo.storage.notification that return ArtifactStorageCappingEvent Modifier and Type Method Description protected @NotNull ArtifactStorageCappingEvent
AbstractArtifactStorageCappingNotification. getStorageCappingEvent()
-