Class NotificationFormatterImpl
java.lang.Object
com.atlassian.bamboo.notification.NotificationFormatterImpl
- All Implemented Interfaces:
NotificationFormatter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
applyStyles
(@NotNull String html) Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.
-
Constructor Details
-
NotificationFormatterImpl
public NotificationFormatterImpl()
-
-
Method Details
-
applyStyles
Description copied from interface:NotificationFormatter
Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.- Specified by:
applyStyles
in interfaceNotificationFormatter
-