Uses of Interface
com.atlassian.bamboo.notification.NotificationFactory
-
-
Uses of NotificationFactory in com.atlassian.bamboo.brokenbuildtracker.notifications
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type NotificationFactory Modifier and Type Method Description void
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 NotificationFactory Modifier and Type Class Description class
NotificationFactoryImpl
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 NotificationFactory Modifier and Type Method Description void
CommentNotificationListener. setNotificationFactory(NotificationFactory notificationFactory)
-
Uses of NotificationFactory in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type NotificationFactory Modifier and Type Method Description void
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)
-