com.atlassian.bamboo.notification
Interface NotificationRecipient.UserRecipientExpandable

All Known Implementing Classes:
CommitterRecipient, GroupRecipient, ResponsibleRecipient, WatcherRecipient
Enclosing interface:
NotificationRecipient

public static interface NotificationRecipient.UserRecipientExpandable

Indicates that the recipient is actually expandable into one or many user recipients. You should only use this if all end recipients can be represented in the set returned


Method Summary
 java.util.Set<UserRecipient> getUserRecipients()
           
 

Method Detail

getUserRecipients

@NotNull
java.util.Set<UserRecipient> getUserRecipients()


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