Uses of Interface
com.atlassian.bamboo.notification.NotificationRecipient

Packages that use NotificationRecipient
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.matcher.notification   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.plugin.descriptor   
com.atlassian.bamboo.ww2.actions.admin.notification   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains.admin   
 

Uses of NotificationRecipient in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement NotificationRecipient
 class ResponsibleRecipient
           
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return types with arguments of type NotificationRecipient
protected  java.util.List<NotificationRecipient> ResponsibilitiesUpdatedNotificationListener.calculateRecipients(UserResponsibilityEvent event, Plan plan, 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 NotificationRecipient
 java.util.List<NotificationRecipient> ConfigureEnvironmentNotifications.getAllNotificationRecipientTypes()
          Method to get notification recipients for the ui
 java.util.Map<java.lang.String,NotificationRecipient> ConfigureEnvironmentNotifications.getAvailableRecipientTypes()
           
 

Uses of NotificationRecipient in com.atlassian.bamboo.deployments.notification
 

Subinterfaces of NotificationRecipient in com.atlassian.bamboo.deployments.notification
 interface DeploymentResultAwareNotificationRecipient
           
 

Uses of NotificationRecipient in com.atlassian.bamboo.matcher.notification
 

Method parameters in com.atlassian.bamboo.matcher.notification with type arguments of type NotificationRecipient
static org.hamcrest.Matcher<NotificationRule> HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager, java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
           
static org.hamcrest.Matcher<NotificationRule> HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager, java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.String conditionData, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
           
 

Uses of NotificationRecipient in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification that return NotificationRecipient
 NotificationRecipient NotificationRule.getNotificationRecipient()
          Returns the populated notification recipient object for the notification rule.
 NotificationRecipient NotificationRuleImpl.getNotificationRecipient()
           
 NotificationRecipient NotificationManager.getNotificationRecipientFromKey(java.lang.String notificationRecipientKey)
           
 NotificationRecipient NotificationManagerImpl.getNotificationRecipientFromKey(java.lang.String notificationRecipientKey)
           
 

Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationRecipient
 java.util.List<NotificationRecipient> NotificationManager.getAllNotificationRecipients()
           
 java.util.List<NotificationRecipient> NotificationManagerImpl.getAllNotificationRecipients()
           
 java.util.Set<NotificationRecipient> Notification.getExcludedNotificationRecipients()
          Returns the excluded recipients of this Notification
 java.util.Set<NotificationRecipient> AbstractNotification.getExcludedNotificationRecipients()
           
 java.util.Set<NotificationRecipient> Notification.getNotificationRecipients()
          Returns the recipients of this Notification
 java.util.Set<NotificationRecipient> AbstractNotification.getNotificationRecipients()
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationRecipient
 void Notification.addRecipient(NotificationRecipient recipient)
          Add a singular recipient to this notification
 void AbstractNotification.addRecipient(NotificationRecipient recipient)
           
 void Notification.excludeRecipient(NotificationRecipient recipient)
          Exclude a singular recipient from this notification.
 void AbstractNotification.excludeRecipient(NotificationRecipient recipient)
           
 

Method parameters in com.atlassian.bamboo.notification with type arguments of type NotificationRecipient
 NotificationRule NotificationManager.createNotificationRule(java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.String conditionData, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
          Creates a new NotificationRule from the NotificationType and NotificationRecipient specificed.
 NotificationRule NotificationManagerImpl.createNotificationRule(java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.String conditionData, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
           
 void Notification.setExcludedNotificationRecipients(java.util.Set<NotificationRecipient> recipients)
          Sets the excluded recipients for this Notification
 void AbstractNotification.setExcludedNotificationRecipients(java.util.Set<NotificationRecipient> recipients)
           
 void Notification.setNotificationRecipients(java.util.Set<NotificationRecipient> recipients)
          Sets the recipients for this Notification
 void AbstractNotification.setNotificationRecipients(java.util.Set<NotificationRecipient> recipients)
           
 

Uses of NotificationRecipient in com.atlassian.bamboo.notification.recipients
 

Subinterfaces of NotificationRecipient in com.atlassian.bamboo.notification.recipients
 interface UserRecipient
          Represents a user notification recipient.
 

Classes in com.atlassian.bamboo.notification.recipients that implement NotificationRecipient
 class AbstractNotificationRecipient
           
 class CommitterRecipient
          Represents a notification recipient for whoever has committed to a build Only relevant for a build completed notification related events.
 class EmailRecipient
          Represents a single email address notification recipient
 class GroupRecipient
          Represents a group recipient.
 class ImRecipient
          Represents a single IM address recipient
 class UserRecipientImpl
          Represents a user notification recipient.
 class WatcherRecipient
          Represents a watcher notification recipient.
 

Uses of NotificationRecipient in com.atlassian.bamboo.plugin.descriptor
 

Methods in com.atlassian.bamboo.plugin.descriptor with parameters of type NotificationRecipient
protected  void NotificationRecipientModuleDescriptor.postInit(NotificationRecipient module)
           
 

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 NotificationRecipient
 java.util.List<NotificationRecipient> ConfigureSystemNotifications.getAllNotificationRecipientTypes()
          Method to get notification recipients for the ui
 java.util.Map<java.lang.String,NotificationRecipient> ConfigureSystemNotifications.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 NotificationRecipient
 java.util.List<NotificationRecipient> ConfigureBuildNotification.getAllNotificationRecipientTypes()
          Method to get notification recipients for the ui
 java.util.Map<java.lang.String,NotificationRecipient> ConfigureBuildNotification.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 NotificationRecipient
 java.util.List<NotificationRecipient> ConfigureChainNotification.getAllNotificationRecipientTypes()
          Method to get notification recipients for the ui
 java.util.Map<java.lang.String,NotificationRecipient> ConfigureChainNotification.getAvailableRecipientTypes()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.