Uses of Class
com.atlassian.bamboo.configuration.StorageLimits
Package
Description
-
Uses of StorageLimits in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescriptionabstract @NotNull StorageLimits
AdministrationConfiguration.getStorageLimit()
@NotNull StorageLimits
AdministrationConfigurationImpl.getStorageLimit()
@NotNull StorageLimits
AdministrationConfigurationInterface.getStorageLimit()
Storage limits configuration.Modifier and TypeMethodDescriptionabstract void
AdministrationConfiguration.setStorageLimit
(@NotNull StorageLimits storageLimits) void
AdministrationConfigurationImpl.setStorageLimit
(@NotNull StorageLimits storageLimits) void
AdministrationConfigurationInterface.setStorageLimit
(@NotNull StorageLimits storageLimits) -
Uses of StorageLimits in com.atlassian.bamboo.rest.model.admin.storage
-
Uses of StorageLimits in com.atlassian.bamboo.storage.event
Modifier and TypeMethodDescription@NotNull StorageLimits
AbstractArtifactStorageCappingEvent.getStorageLimits()
@NotNull StorageLimits
ArtifactStorageCappingEvent.getStorageLimits()
Return the storage limits configured for this Bamboo instance.ModifierConstructorDescriptionAbstractArtifactStorageCappingEvent
(@NotNull StorageLimits storageLimits) ArtifactStorageHardLimitExceededEvent
(@NotNull StorageLimits storageLimits, @Nullable PlanResultKey cause) ArtifactStorageSoftLimitExceededEvent
(@NotNull StorageLimits storageLimits) -
Uses of StorageLimits in com.atlassian.bamboo.storage.notification
Modifier and TypeMethodDescriptionprotected @NotNull StorageLimits
AbstractArtifactStorageCappingNotification.getStorageLimits()