@AsynchronousPreferred public class ArtifactStorageHardLimitExceededEvent extends AbstractArtifactStorageCappingEvent implements ArtifactStorageCappingEvent
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.
StorageCappingService
Constructor and Description |
---|
ArtifactStorageHardLimitExceededEvent(@NotNull StorageLimits storageLimits,
@Nullable PlanResultKey cause) |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
getCause() |
getStorageLimits
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStorageLimits
public ArtifactStorageHardLimitExceededEvent(@NotNull @NotNull StorageLimits storageLimits, @Nullable @Nullable PlanResultKey cause)
@Nullable public @Nullable PlanResultKey getCause()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.