|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationTransport | |
---|---|
com.atlassian.bamboo.notification | |
com.atlassian.bamboo.notification.recipients | |
com.atlassian.bamboo.notification.transports |
Uses of NotificationTransport in com.atlassian.bamboo.notification |
---|
Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationTransport | |
---|---|
java.util.List<NotificationTransport> |
NotificationRecipient.getTransports()
Evaluates the appropriate mediums for sending notificaions for this recipient, returning a list of appropriate transports. |
Uses of NotificationTransport in com.atlassian.bamboo.notification.recipients |
---|
Methods in com.atlassian.bamboo.notification.recipients that return types with arguments of type NotificationTransport | |
---|---|
java.util.List<NotificationTransport> |
WatcherRecipient.getTransports()
|
java.util.List<NotificationTransport> |
UserRecipient.getTransports()
|
java.util.List<NotificationTransport> |
ImRecipient.getTransports()
|
java.util.List<NotificationTransport> |
GroupRecipient.getTransports()
|
java.util.List<NotificationTransport> |
EmailRecipient.getTransports()
|
java.util.List<NotificationTransport> |
CommitterRecipient.getTransports()
|
Uses of NotificationTransport in com.atlassian.bamboo.notification.transports |
---|
Classes in com.atlassian.bamboo.notification.transports that implement NotificationTransport | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |