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:
-
Constructor Summary
ConstructorDescriptionArtifactStorageHardLimitExceededEvent
(@NotNull StorageLimits storageLimits, @Nullable PlanResultKey cause) -
Method Summary
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 Details
-
ArtifactStorageHardLimitExceededEvent
public ArtifactStorageHardLimitExceededEvent(@NotNull @NotNull StorageLimits storageLimits, @Nullable @Nullable PlanResultKey cause)
-
-
Method Details
-
getCause
-