Class NotificationFormatterImpl
- java.lang.Object
-
- com.atlassian.bamboo.notification.NotificationFormatterImpl
-
- All Implemented Interfaces:
NotificationFormatter
public class NotificationFormatterImpl extends Object implements NotificationFormatter
-
-
Constructor Summary
Constructors Constructor Description NotificationFormatterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
applyStyles(@NotNull String html)
Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.
-
-
-
Method Detail
-
applyStyles
@NotNull public @NotNull String applyStyles(@NotNull @NotNull String html)
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
-
-