Class ImTransport
java.lang.Object
com.atlassian.bamboo.notification.transports.ImTransport
- All Implemented Interfaces:
NotificationTransport
Knows how to send IM messages to a specific imAddress. Also is responsible
for ensuring "talkback" context exist for the message
-
Constructor Summary
ConstructorDescriptionImTransport
(String imAddress, BambooSmackClient bambooSmackClient, PlanManager planManager) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
void
sendNotification
(@NotNull Notification notification) Send off the notification of this transport type.
-
Constructor Details
-
ImTransport
-
-
Method Details
-
sendNotification
Description copied from interface:NotificationTransport
Send off the notification of this transport type.- Specified by:
sendNotification
in interfaceNotificationTransport
- Parameters:
notification
- object (used to generate notification content)
-
getImAddress
-
hashCode
public int hashCode() -
equals
-
compareTo
-