Uses of Interface
com.atlassian.bamboo.notification.NotificationRecipientExporter
-
Packages that use NotificationRecipientExporter Package Description com.atlassian.bamboo.notification.recipients com.atlassian.bamboo.plugin.descriptor -
-
Uses of NotificationRecipientExporter in com.atlassian.bamboo.notification.recipients
Classes in com.atlassian.bamboo.notification.recipients that implement NotificationRecipientExporter Modifier and Type Class Description class
DefaultNotificationRecipientExporter
class
EmailRecipientExporter
class
GroupRecipientExporter
class
ImRecipientExporter
class
UserRecipientExporter
class
WebhookRecipientExporter
-
Uses of NotificationRecipientExporter in com.atlassian.bamboo.plugin.descriptor
Methods in com.atlassian.bamboo.plugin.descriptor that return NotificationRecipientExporter Modifier and Type Method Description NotificationRecipientExporter
NotificationRecipientModuleDescriptor. getExporter()
-