Uses of Interface
com.atlassian.bamboo.notification.NotificationRecipient
Package
Description
-
Uses of NotificationRecipient in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeMethodDescriptionprotected List<NotificationRecipient>
ResponsibilitiesUpdatedNotificationListener.calculateRecipients
(@NotNull UserResponsibilityEvent event, @NotNull ImmutablePlan plan, @Nullable ResultsSummary resultsSummary) -
Uses of NotificationRecipient in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeMethodDescriptionConfigureEnvironmentNotifications.getAllNotificationRecipientTypes()
Method to get notification recipients for the uiConfigureEnvironmentNotifications.getAvailableRecipientTypes()
-
Uses of NotificationRecipient in com.atlassian.bamboo.deployments.notification
-
Uses of NotificationRecipient in com.atlassian.bamboo.notification
Modifier and TypeMethodDescription@Nullable NotificationRecipient
NotificationManager.getNotificationRecipient
(NotificationRule rule) Instantiate and populate notification recipient from a rule.@Nullable NotificationRecipient
NotificationManagerImpl.getNotificationRecipient
(NotificationRule rule) @Nullable NotificationRecipient
NotificationManager.getNotificationRecipientFromKey
(String notificationRecipientKey) NotificationManagerImpl.getNotificationRecipientFromKey
(String notificationRecipientKey) Modifier and TypeMethodDescriptionNotificationManager.getAllNotificationRecipients()
NotificationManagerImpl.getAllNotificationRecipients()
@NotNull Set<NotificationRecipient>
AbstractNotification.getExcludedNotificationRecipients()
@NotNull Set<NotificationRecipient>
Notification.getExcludedNotificationRecipients()
Returns the excluded recipients of this Notification@NotNull Set<NotificationRecipient>
AbstractNotification.getNotificationRecipients()
@NotNull Set<NotificationRecipient>
Notification.getNotificationRecipients()
Returns the recipients of this NotificationModifier and TypeMethodDescriptionvoid
AbstractNotification.addRecipient
(@NotNull NotificationRecipient recipient) void
Notification.addRecipient
(@NotNull NotificationRecipient recipient) Add a singular recipient to this notificationvoid
AbstractNotification.excludeRecipient
(@NotNull NotificationRecipient recipient) void
Notification.excludeRecipient
(@NotNull NotificationRecipient recipient) Exclude a singular recipient from this notification.Modifier and TypeMethodDescriptionvoid
AbstractNotification.setExcludedNotificationRecipients
(@NotNull Set<NotificationRecipient> recipients) void
Notification.setExcludedNotificationRecipients
(@NotNull Set<NotificationRecipient> recipients) Sets the excluded recipients for this Notificationvoid
AbstractNotification.setNotificationRecipients
(@NotNull Set<NotificationRecipient> recipients) void
Notification.setNotificationRecipients
(@NotNull Set<NotificationRecipient> recipients) Sets the recipients for this Notification -
Uses of NotificationRecipient in com.atlassian.bamboo.notification.recipients
Modifier and TypeInterfaceDescriptioninterface
Represents a user notification recipient.Modifier and TypeClassDescriptionclass
class
Represents a notification recipient for whoever has committed to a build Only relevant for a build completed notification related events.class
Represents a single email address notification recipientclass
Represents a group recipient.class
Represents a single IM address recipientclass
Represents a user notification recipient.class
Represents a watcher notification recipient.class
-
Uses of NotificationRecipient in com.atlassian.bamboo.plugin.descriptor
Modifier and TypeMethodDescriptionprotected void
NotificationRecipientModuleDescriptor.postInit
(NotificationRecipient module) -
Uses of NotificationRecipient in com.atlassian.bamboo.testutils.notification
Modifier and TypeMethodDescriptionstatic NotificationRecipient
NotificationTestHelper.userRecipient
(String username) Modifier and TypeMethodDescriptionstatic NotificationRule
NotificationTestHelper.mockNotificationRule
(NotificationManager notificationManager, NotificationType notificationType, NotificationRecipient notificationRecipient) -
Uses of NotificationRecipient in com.atlassian.bamboo.ww2.actions.admin.notification
Modifier and TypeMethodDescriptionConfigureSystemNotifications.getAllNotificationRecipientTypes()
Method to get notification recipients for the uiConfigureSystemNotifications.getNotificationRecipients()
-
Uses of NotificationRecipient in com.atlassian.bamboo.ww2.actions.build.admin.config
Modifier and TypeMethodDescriptionConfigureBuildNotification.getAllNotificationRecipientTypes()
Method to get notification recipients for the uiConfigureBuildNotification.getAvailableRecipientTypes()
-
Uses of NotificationRecipient in com.atlassian.bamboo.ww2.actions.chains.admin
Modifier and TypeMethodDescriptionConfigureChainNotification.getAllNotificationRecipientTypes()
Method to get notification recipients for the uiConfigureChainNotification.getAvailableRecipientTypes()