com.atlassian.bamboo.notification
Interface NotificationTransport
- All Known Implementing Classes:
- ImTransport, MultipartEmailTransport, TextEmailTransport
public interface NotificationTransport
Represents a notification medium or transport. Responsible for sending notifications via that medium.
sendNotification
void sendNotification(@NotNull
Notification notification)
- Send off the notification of this transport type.
- Parameters:
notification
- object (used to generate notification content)
Copyright © 2012 Atlassian. All Rights Reserved.