Modifier and Type | Method and Description |
---|---|
List<NotificationTransport> |
ResponsibleRecipient.getTransports() |
Modifier and Type | Method and Description |
---|---|
List<NotificationTransport> |
NotificationRecipient.getTransports()
Evaluates the appropriate mediums for sending notifications for this recipient,
returning a list of appropriate transports.
|
Modifier and Type | Method and Description |
---|---|
List<NotificationTransport> |
WatcherRecipient.getTransports() |
List<NotificationTransport> |
ImRecipient.getTransports() |
List<NotificationTransport> |
UserRecipientImpl.getTransports() |
List<NotificationTransport> |
CommitterRecipient.getTransports() |
List<NotificationTransport> |
GroupRecipient.getTransports() |
List<NotificationTransport> |
EmailRecipient.getTransports() |
protected List<NotificationTransport> |
AbstractNotificationRecipient.getTransports(Set<UserRecipient> userRecipients) |
Modifier and Type | Class and Description |
---|---|
class |
ImTransport
Knows how to send IM messages to a specific imAddress.
|
class |
MultipartEmailTransport |
class |
TextEmailTransport
Knows how to send text emails to the given email address.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.