Interface ArtifactStorageCappingEvent

All Known Implementing Classes:
AbstractArtifactStorageCappingEvent, ArtifactStorageHardLimitExceededEvent, ArtifactStorageSoftLimitExceededEvent

public interface ArtifactStorageCappingEvent
An event related to artifact storage capping feature.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull StorageLimits
    Return the storage limits configured for this Bamboo instance.
  • Method Details

    • getStorageLimits

      @NotNull @NotNull StorageLimits getStorageLimits()
      Return the storage limits configured for this Bamboo instance.
      Returns:
      artifact storage limits