com.atlassian.bamboo.notification
Interface Notification.HtmlImContentProvidingNotification

All Superinterfaces:
Notification
All Known Implementing Classes:
AbstractCompletedNotification, AbstractNotification, AbstractTrackingNotification, AfterXFailedNotification, BuildCompletedNotification, BuildErrorNotification, BuildHungNotification, BuildMissingCapableAgentNotification, BuildQueueTimeoutNotification, ChainCompletedNotification, CommentNotification, StageCompletedNotification, UserResponsibilityAddedNotification, UserResponsibilityRemovedNotification
Enclosing interface:
Notification

public static interface Notification.HtmlImContentProvidingNotification
extends Notification

Extension interface if the Notification supports HTML in IM messages. Example use: Hipchat notifications.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.bamboo.notification.Notification
Notification.HtmlImContentProvidingNotification
 
Method Summary
 java.lang.String getHtmlImContent()
           
 
Methods inherited from interface com.atlassian.bamboo.notification.Notification
addRecipient, excludeRecipient, getDescription, getEmailSubject, getEvent, getExcludedNotificationRecipients, getHtmlEmailContent, getIMContent, getNotificationRecipients, getTextEmailContent, setEvent, setExcludedNotificationRecipients, setNotificationRecipients
 

Method Detail

getHtmlImContent

@Nullable
java.lang.String getHtmlImContent()


Copyright © 2012 Atlassian. All Rights Reserved.