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.


Method Summary
 void sendNotification(Notification notification)
          Send off the notification of this transport type.
 

Method Detail

sendNotification

void sendNotification(@NotNull
                      Notification notification)
Send off the notification of this transport type.

Parameters:
notification - object (used to generate notification content)


Copyright © 2010 Atlassian. All Rights Reserved.