Uses of Interface
com.atlassian.confluence.mail.notification.NotificationsSender
-
-
Uses of NotificationsSender in com.atlassian.confluence.mail.notification
Classes in com.atlassian.confluence.mail.notification that implement NotificationsSender Modifier and Type Class Description class
DefaultNotificationsSender
-
Uses of NotificationsSender in com.atlassian.confluence.mail.notification.listeners
Fields in com.atlassian.confluence.mail.notification.listeners declared as NotificationsSender Modifier and Type Field Description protected NotificationsSender
AbstractContentNotificationsListener. notificationsSender
Deprecated.protected NotificationsSender
AbstractNotificationsListener. notificationsSender
Deprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationsSender Modifier and Type Method Description void
AbstractNotificationsListener. 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 NotificationsSender Constructor Description PageEventListener(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 NotificationsSender Constructor Description DefaultSignupManager(com.atlassian.bandana.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)
-