Uses of Interface
com.atlassian.confluence.mail.notification.NotificationsSender
Packages that use NotificationsSender
Package
Description
-
Uses of NotificationsSender in com.atlassian.confluence.mail.notification
Classes in com.atlassian.confluence.mail.notification that implement NotificationsSender -
Uses of NotificationsSender in com.atlassian.confluence.mail.notification.listeners
Fields in com.atlassian.confluence.mail.notification.listeners declared as NotificationsSenderModifier and TypeFieldDescriptionprotected final NotificationsSenderAbstractContentNotificationsListener.notificationsSenderDeprecated.protected NotificationsSenderAbstractNotificationsListener.notificationsSenderDeprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationsSenderModifier and TypeMethodDescriptionvoidAbstractNotificationsListener.setNotificationsSender(NotificationsSender notificationsSender) Deprecated. -
Uses of NotificationsSender in com.atlassian.confluence.mail.notification.listeners.async
Constructors in com.atlassian.confluence.mail.notification.listeners.async with parameters of type NotificationsSenderModifierConstructorDescriptionPageEventListener(PageManager pageManager, UserAccessor userAccessor, DataSourceFactory dataSourceFactory, NotificationsSender notificationsSender, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.mail.server.MailServerManager mailServerManager) -
Uses of NotificationsSender in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type NotificationsSenderModifierConstructorDescriptionDefaultSignupManager(BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory)