Interface NotificationRenderManager
- All Known Implementing Classes:
DefaultNotificationRenderManager
public interface NotificationRenderManager
Provides web items and resources for Email Notifications.
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attachActionIconImages
(String section, NotificationContext context) Multipart MIME encodes webItem icons for use in ADG NotificationsList<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor>
getDisplayableItems
(String sectionKey, NotificationContext context)
-
Method Details
-
getDisplayableItems
List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> getDisplayableItems(String sectionKey, NotificationContext context) -
attachActionIconImages
Multipart MIME encodes webItem icons for use in ADG Notifications- Parameters:
section
- section containing the relevant webItemscontext
- the notification context map
-