Uses of Interface
com.atlassian.bamboo.notification.NotificationRecipient
Packages that use NotificationRecipient
Package
Description
-
Uses of NotificationRecipient in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement NotificationRecipientMethods in com.atlassian.bamboo.brokenbuildtracker.notifications that return types with arguments of type NotificationRecipientModifier 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
Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type NotificationRecipientModifier and TypeMethodDescriptionConfigureEnvironmentNotifications.getAllNotificationRecipientTypes()Method to get notification recipients for the uiConfigureEnvironmentNotifications.getAvailableRecipientTypes() -
Uses of NotificationRecipient in com.atlassian.bamboo.deployments.notification
Subinterfaces of NotificationRecipient in com.atlassian.bamboo.deployments.notification -
Uses of NotificationRecipient in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return NotificationRecipientModifier and TypeMethodDescription@Nullable NotificationRecipientNotificationManager.getNotificationRecipient(NotificationRule rule) Instantiate and populate notification recipient from a rule.@Nullable NotificationRecipientNotificationManagerImpl.getNotificationRecipient(NotificationRule rule) @Nullable NotificationRecipientNotificationManager.getNotificationRecipientFromKey(String notificationRecipientKey) NotificationManagerImpl.getNotificationRecipientFromKey(String notificationRecipientKey) Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationRecipientModifier 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 NotificationMethods in com.atlassian.bamboo.notification with parameters of type NotificationRecipientModifier and TypeMethodDescriptionvoidAbstractNotification.addRecipient(@NotNull NotificationRecipient recipient) voidNotification.addRecipient(@NotNull NotificationRecipient recipient) Add a singular recipient to this notificationvoidAbstractNotification.excludeRecipient(@NotNull NotificationRecipient recipient) voidNotification.excludeRecipient(@NotNull NotificationRecipient recipient) Exclude a singular recipient from this notification.Method parameters in com.atlassian.bamboo.notification with type arguments of type NotificationRecipientModifier and TypeMethodDescriptionvoidAbstractNotification.setExcludedNotificationRecipients(@NotNull Set<NotificationRecipient> recipients) voidNotification.setExcludedNotificationRecipients(@NotNull Set<NotificationRecipient> recipients) Sets the excluded recipients for this NotificationvoidAbstractNotification.setNotificationRecipients(@NotNull Set<NotificationRecipient> recipients) voidNotification.setNotificationRecipients(@NotNull Set<NotificationRecipient> recipients) Sets the recipients for this Notification -
Uses of NotificationRecipient in com.atlassian.bamboo.notification.recipients
Subinterfaces of NotificationRecipient in com.atlassian.bamboo.notification.recipientsModifier and TypeInterfaceDescriptioninterfaceRepresents a user notification recipient.Classes in com.atlassian.bamboo.notification.recipients that implement NotificationRecipientModifier and TypeClassDescriptionclassclassRepresents a notification recipient for whoever has committed to a build Only relevant for a build completed notification related events.classRepresents a single email address notification recipientclassRepresents a group recipient.classRepresents a single IM address recipientclassRepresents a user notification recipient.classRepresents a watcher notification recipient.class -
Uses of NotificationRecipient in com.atlassian.bamboo.plugin.descriptor
Methods in com.atlassian.bamboo.plugin.descriptor with parameters of type NotificationRecipientModifier and TypeMethodDescriptionprotected voidNotificationRecipientModuleDescriptor.postInit(NotificationRecipient module) -
Uses of NotificationRecipient in com.atlassian.bamboo.testutils.notification
Methods in com.atlassian.bamboo.testutils.notification that return NotificationRecipientModifier and TypeMethodDescriptionstatic NotificationRecipientNotificationTestHelper.userRecipient(String username) Methods in com.atlassian.bamboo.testutils.notification with parameters of type NotificationRecipientModifier and TypeMethodDescriptionstatic NotificationRuleNotificationTestHelper.mockNotificationRule(NotificationManager notificationManager, NotificationType notificationType, NotificationRecipient notificationRecipient) -
Uses of NotificationRecipient in com.atlassian.bamboo.ww2.actions.admin.notification
Methods in com.atlassian.bamboo.ww2.actions.admin.notification that return types with arguments of type NotificationRecipientModifier and TypeMethodDescriptionConfigureSystemNotifications.getAllNotificationRecipientTypes()Method to get notification recipients for the uiConfigureSystemNotifications.getNotificationRecipients() -
Uses of NotificationRecipient in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type NotificationRecipientModifier and TypeMethodDescriptionConfigureBuildNotification.getAllNotificationRecipientTypes()Method to get notification recipients for the uiConfigureBuildNotification.getAvailableRecipientTypes() -
Uses of NotificationRecipient in com.atlassian.bamboo.ww2.actions.chains.admin
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type NotificationRecipientModifier and TypeMethodDescriptionConfigureChainNotification.getAllNotificationRecipientTypes()Method to get notification recipients for the uiConfigureChainNotification.getAvailableRecipientTypes()