Class ArtifactStorageHardLimitExceededEvent
- java.lang.Object
-
- com.atlassian.bamboo.storage.event.AbstractArtifactStorageCappingEvent
-
- com.atlassian.bamboo.storage.event.ArtifactStorageHardLimitExceededEvent
-
- All Implemented Interfaces:
ArtifactStorageCappingEvent
@AsynchronousPreferred public class ArtifactStorageHardLimitExceededEvent extends AbstractArtifactStorageCappingEvent implements ArtifactStorageCappingEvent
An event fired when storage space taken by artifacts exceeds the allowed hard limit.This event will be fired once, after the limit has been reached. It will only be fired again if the space taken by artifacts will go below the hard limit threshold, and then will exceed it again.
- See Also:
StorageCappingService
-
-
Constructor Summary
Constructors Constructor Description ArtifactStorageHardLimitExceededEvent(@NotNull StorageLimits storageLimits, @Nullable PlanResultKey cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable PlanResultKey
getCause()
-
Methods inherited from class com.atlassian.bamboo.storage.event.AbstractArtifactStorageCappingEvent
getStorageLimits
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.storage.event.ArtifactStorageCappingEvent
getStorageLimits
-
-
-
-
Constructor Detail
-
ArtifactStorageHardLimitExceededEvent
public ArtifactStorageHardLimitExceededEvent(@NotNull @NotNull StorageLimits storageLimits, @Nullable @Nullable PlanResultKey cause)
-
-
Method Detail
-
getCause
@Nullable public @Nullable PlanResultKey getCause()
-
-