Uses of Interface
com.atlassian.bamboo.notification.NotificationFactory
Package
Description
-
Uses of NotificationFactory in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeMethodDescriptionvoid
ResponsibleRecipient.setNotificationFactory
(NotificationFactory notificationFactory) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of NotificationFactory in com.atlassian.bamboo.notification
Modifier and TypeClassDescriptionclass
Provides instances of the Notification Transports with the required dependencies injected. -
Uses of NotificationFactory in com.atlassian.bamboo.notification.buildcommented
Modifier and TypeMethodDescriptionvoid
CommentNotificationListener.setNotificationFactory
(NotificationFactory notificationFactory) -
Uses of NotificationFactory in com.atlassian.bamboo.notification.recipients
Modifier and TypeMethodDescriptionvoid
CommitterRecipient.setNotificationFactory
(NotificationFactory notificationFactory) void
EmailRecipient.setNotificationFactory
(NotificationFactory notificationFactory) void
GroupRecipient.setNotificationFactory
(NotificationFactory notificationFactory) void
ImRecipient.setNotificationFactory
(NotificationFactory notificationFactory) void
UserRecipientImpl.setNotificationFactory
(NotificationFactory notificationFactory) void
WatcherRecipient.setNotificationFactory
(NotificationFactory notificationFactory) void
WebhookRecipient.setNotificationFactory
(NotificationFactory notificationFactory)