Uses of Interface
com.atlassian.bamboo.notification.recipients.UserRecipient
Packages that use UserRecipient
Package
Description
-
Uses of UserRecipient in com.atlassian.bamboo.brokenbuildtracker.notifications
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return types with arguments of type UserRecipientModifier and TypeMethodDescription@NotNull Set<UserRecipient>
ResponsibleRecipient.getUserRecipients()
-
Uses of UserRecipient in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return UserRecipientModifier and TypeMethodDescriptionNotificationFactory.getUserRecipient
(String username) NotificationFactoryImpl.getUserRecipient
(String username) Methods in com.atlassian.bamboo.notification that return types with arguments of type UserRecipientModifier and TypeMethodDescription@NotNull Set<UserRecipient>
NotificationRecipient.UserRecipientExpandable.getUserRecipients()
-
Uses of UserRecipient in com.atlassian.bamboo.notification.recipients
Classes in com.atlassian.bamboo.notification.recipients that implement UserRecipientModifier and TypeClassDescriptionclass
Represents a user notification recipient.Methods in com.atlassian.bamboo.notification.recipients that return types with arguments of type UserRecipientModifier and TypeMethodDescription@NotNull Set<UserRecipient>
CommitterRecipient.getUserRecipients()
@NotNull Set<UserRecipient>
GroupRecipient.getUserRecipients()
@NotNull Set<UserRecipient>
WatcherRecipient.getUserRecipients()
Method parameters in com.atlassian.bamboo.notification.recipients with type arguments of type UserRecipientModifier and TypeMethodDescriptionprotected List<NotificationTransport>
AbstractNotificationRecipient.getTransports
(Set<UserRecipient> userRecipients)