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

Packages that use NotificationRecipient
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.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
 

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 UserRecipient
          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 that return NotificationRecipient
 NotificationRecipient NotificationRecipientModuleDescriptor.getModule()
           
 

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 © 2011 Atlassian. All Rights Reserved.