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 Details

    • ArtifactStorageHardLimitExceededEvent

      public ArtifactStorageHardLimitExceededEvent(@NotNull @NotNull StorageLimits storageLimits, @Nullable @Nullable PlanResultKey cause)
  • Method Details