Interface Notification.HtmlImContentProvidingNotification
-
- All Superinterfaces:
Notification
- All Known Implementing Classes:
AbstractAccessTokenNotification
,AbstractArtifactStorageCappingNotification
,AbstractCompletedNotification
,AbstractNotification
,AbstractTrackingNotification
,AccessTokenCreatedNotification
,AccessTokenDeletedNotification
,AfterXFailedNotification
,ArtifactStorageHardLimitExceededNotification
,ArtifactStorageSoftLimitExceededNotification
,BuildCompletedNotification
,BuildErrorNotification
,BuildHungNotification
,BuildMissingCapableAgentNotification
,BuildQueueTimeoutNotification
,ChainCompletedNotification
,CommentNotification
,DeploymentFinishedNotification
,DeploymentStartedNotification
,RssNotification
,StageCompletedNotification
,UserResponsibilityAddedNotification
,UserResponsibilityRemovedNotification
- Enclosing interface:
- Notification
public static interface Notification.HtmlImContentProvidingNotification extends Notification
Extension interface if the Notification supports HTML in IM messages.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.notification.Notification
Notification.HtmlImContentProvidingNotification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getHtmlImContent()
-
Methods inherited from interface com.atlassian.bamboo.notification.Notification
addRecipient, applyDefaultCssStyles, excludeRecipient, getDescription, getEmailSubject, getEvent, getExcludedNotificationRecipients, getHtmlEmailContent, getIMContent, getNotificationRecipients, getPojoEvent, getTextEmailContent, setEvent, setEvent, setExcludedNotificationRecipients, setNotificationRecipients
-
-
-
-
Method Detail
-
getHtmlImContent
@Nullable @Nullable String getHtmlImContent()
-
-