Class ArtifactStorageSoftLimitExceededEvent
java.lang.Object
com.atlassian.bamboo.storage.event.AbstractArtifactStorageCappingEvent
com.atlassian.bamboo.storage.event.ArtifactStorageSoftLimitExceededEvent
- All Implemented Interfaces:
ArtifactStorageCappingEvent
@AsynchronousPreferred
public class ArtifactStorageSoftLimitExceededEvent
extends AbstractArtifactStorageCappingEvent
implements ArtifactStorageCappingEvent
An event fired when storage space taken by artifacts exceeds the allowed soft 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 soft limit threshold, and then will exceed it again.
- See Also:
-
Constructor Summary
-
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
-
ArtifactStorageSoftLimitExceededEvent
-