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 Details

    • ArtifactStorageSoftLimitExceededEvent

      public ArtifactStorageSoftLimitExceededEvent(@NotNull @NotNull StorageLimits storageLimits)