Uses of Interface
com.atlassian.bamboo.notification.recipients.UserRecipient

Packages that use UserRecipient
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.recipients   
 

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

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return types with arguments of type UserRecipient
 java.util.Set<UserRecipient> ResponsibleRecipient.getUserRecipients()
           
 

Uses of UserRecipient in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification that return UserRecipient
 UserRecipient NotificationFactoryImpl.getUserRecipient(java.lang.String username)
           
 UserRecipient NotificationFactory.getUserRecipient(java.lang.String username)
           
 

Methods in com.atlassian.bamboo.notification that return types with arguments of type UserRecipient
 java.util.Set<UserRecipient> NotificationRecipient.UserRecipientExpandable.getUserRecipients()
           
 

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

Classes in com.atlassian.bamboo.notification.recipients that implement UserRecipient
 class UserRecipientImpl
          Represents a user notification recipient.
 

Methods in com.atlassian.bamboo.notification.recipients that return types with arguments of type UserRecipient
 java.util.Set<UserRecipient> WatcherRecipient.getUserRecipients()
           
 java.util.Set<UserRecipient> GroupRecipient.getUserRecipients()
           
 java.util.Set<UserRecipient> CommitterRecipient.getUserRecipients()
           
 

Method parameters in com.atlassian.bamboo.notification.recipients with type arguments of type UserRecipient
protected  java.util.List<NotificationTransport> AbstractNotificationRecipient.getTransports(java.util.Set<UserRecipient> userRecipients)
           
 



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