com.atlassian.bamboo.notification.transports
Class MultipartEmailTransport
java.lang.Object
com.atlassian.bamboo.notification.transports.MultipartEmailTransport
- All Implemented Interfaces:
- NotificationTransport
@ThreadSafe
public class MultipartEmailTransport
- extends java.lang.Object
- implements NotificationTransport
Constructor Summary |
MultipartEmailTransport(java.lang.String emailAddress,
com.atlassian.event.EventManager eventManager)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MultipartEmailTransport
public MultipartEmailTransport(java.lang.String emailAddress,
com.atlassian.event.EventManager eventManager)
sendNotification
public void sendNotification(@NotNull
Notification notification)
- Description copied from interface:
NotificationTransport
- Send off the notification of this transport type.
- Specified by:
sendNotification
in interface NotificationTransport
- Parameters:
notification
- object (used to generate notification content)
getEmailAddress
public java.lang.String getEmailAddress()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
Copyright © 2010 Atlassian. All Rights Reserved.