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