Uses of Interface
com.atlassian.bamboo.notification.NotificationFactory
Packages that use NotificationFactory
Package
Description
-
Uses of NotificationFactory in com.atlassian.bamboo.brokenbuildtracker.notifications
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type NotificationFactoryModifier and TypeMethodDescriptionvoid
ResponsibleRecipient.setNotificationFactory
(NotificationFactory notificationFactory) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of NotificationFactory in com.atlassian.bamboo.notification
Classes in com.atlassian.bamboo.notification that implement NotificationFactoryModifier and TypeClassDescriptionclass
Provides instances of the Notification Transports with the required dependencies injected. -
Uses of NotificationFactory in com.atlassian.bamboo.notification.buildcommented
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type NotificationFactoryModifier and TypeMethodDescriptionvoid
CommentNotificationListener.setNotificationFactory
(NotificationFactory notificationFactory) -
Uses of NotificationFactory in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type NotificationFactoryModifier 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)