Uses of Interface
com.atlassian.bamboo.notification.NotificationTransport
Package
Description
-
Uses of NotificationTransport in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeMethodDescription@NotNull List<NotificationTransport>
ResponsibleRecipient.getTransports()
-
Uses of NotificationTransport in com.atlassian.bamboo.notification
Modifier and TypeMethodDescription@NotNull List<NotificationTransport>
NotificationRecipient.getTransports()
Evaluates the appropriate mediums for sending notifications for this recipient, returning a list of appropriate transports. -
Uses of NotificationTransport in com.atlassian.bamboo.notification.recipients
Modifier and TypeMethodDescriptionprotected List<NotificationTransport>
AbstractNotificationRecipient.getTransports
(Set<UserRecipient> userRecipients) @NotNull List<NotificationTransport>
CommitterRecipient.getTransports()
@NotNull List<NotificationTransport>
EmailRecipient.getTransports()
@NotNull List<NotificationTransport>
GroupRecipient.getTransports()
@NotNull List<NotificationTransport>
ImRecipient.getTransports()
@NotNull List<NotificationTransport>
UserRecipientImpl.getTransports()
@NotNull List<NotificationTransport>
WatcherRecipient.getTransports()
@NotNull List<NotificationTransport>
WebhookRecipient.getTransports()
-
Uses of NotificationTransport in com.atlassian.bamboo.notification.transports
Modifier and TypeClassDescriptionclass
Knows how to send IM messages to a specific imAddress.class
class
Knows how to send text emails to the given email address. -
Uses of NotificationTransport in com.atlassian.bamboo.notification.transports.webhook