Class AbstractArtifactStorageCappingNotification
java.lang.Object
com.atlassian.bamboo.notification.AbstractNotification
com.atlassian.bamboo.storage.notification.AbstractArtifactStorageCappingNotification
- All Implemented Interfaces:
Notification
,Notification.HtmlImContentProvidingNotification
- Direct Known Subclasses:
ArtifactStorageHardLimitExceededNotification
,ArtifactStorageSoftLimitExceededNotification
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.notification.Notification
Notification.HtmlImContentProvidingNotification
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdministrationConfigurationAccessor
protected TemplateRenderer
protected com.atlassian.struts.TextProvider
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotification
NAVIGATION_SOURCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull String
@Nullable String
Retrieves the content for the IM notificationprotected @NotNull ArtifactStorageCappingEvent
protected @NotNull StorageLimits
Methods inherited from class com.atlassian.bamboo.notification.AbstractNotification
addRecipient, applyDefaultCssStyles, excludeRecipient, getCommitUrl, getEvent, getExcludedNotificationRecipients, getHtmlImContent, getNotificationRecipients, getPojoEvent, getRepositoryData, getRepositoryData, setEvent, setEvent, setExcludedNotificationRecipients, setNotificationRecipients
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.notification.Notification
getDescription, getEmailSubject, getHtmlEmailContent, getTextEmailContent
-
Field Details
-
administrationConfigurationAccessor
-
templateRenderer
-
textProvider
@Inject protected com.atlassian.struts.TextProvider textProvider
-
-
Constructor Details
-
AbstractArtifactStorageCappingNotification
public AbstractArtifactStorageCappingNotification()
-
-
Method Details
-
getIMContent
Description copied from interface:Notification
Retrieves the content for the IM notification- Returns:
- IM message content for this notification
-
getStorageCappingEvent
-
getStorageLimits
-
getApplicationHost
- Throws:
Exception
-
getContextParams
- Throws:
Exception
-