Uses of Class
com.atlassian.bamboo.configuration.StorageLimits
Packages that use StorageLimits
Package
Description
-
Uses of StorageLimits in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return StorageLimitsModifier and TypeMethodDescriptionabstract @NotNull StorageLimitsAdministrationConfiguration.getStorageLimit()@NotNull StorageLimitsAdministrationConfigurationImpl.getStorageLimit()@NotNull StorageLimitsAdministrationConfigurationInterface.getStorageLimit()Storage limits configuration.Methods in com.atlassian.bamboo.configuration with parameters of type StorageLimitsModifier and TypeMethodDescriptionabstract voidAdministrationConfiguration.setStorageLimit(@NotNull StorageLimits storageLimits) voidAdministrationConfigurationImpl.setStorageLimit(@NotNull StorageLimits storageLimits) voidAdministrationConfigurationInterface.setStorageLimit(@NotNull StorageLimits storageLimits) -
Uses of StorageLimits in com.atlassian.bamboo.rest.model.admin.storage
Constructors in com.atlassian.bamboo.rest.model.admin.storage with parameters of type StorageLimits -
Uses of StorageLimits in com.atlassian.bamboo.storage.event
Methods in com.atlassian.bamboo.storage.event that return StorageLimitsModifier and TypeMethodDescription@NotNull StorageLimitsAbstractArtifactStorageCappingEvent.getStorageLimits()@NotNull StorageLimitsArtifactStorageCappingEvent.getStorageLimits()Return the storage limits configured for this Bamboo instance.Constructors in com.atlassian.bamboo.storage.event with parameters of type StorageLimitsModifierConstructorDescriptionAbstractArtifactStorageCappingEvent(@NotNull StorageLimits storageLimits) ArtifactStorageHardLimitExceededEvent(@NotNull StorageLimits storageLimits, @Nullable PlanResultKey cause) ArtifactStorageSoftLimitExceededEvent(@NotNull StorageLimits storageLimits) -
Uses of StorageLimits in com.atlassian.bamboo.storage.notification
Methods in com.atlassian.bamboo.storage.notification that return StorageLimitsModifier and TypeMethodDescriptionprotected @NotNull StorageLimitsAbstractArtifactStorageCappingNotification.getStorageLimits()