com.atlassian.bamboo.notification
Class NotificationFormatterImpl
java.lang.Object
com.atlassian.bamboo.notification.NotificationFormatterImpl
- All Implemented Interfaces:
- NotificationFormatter
public class NotificationFormatterImpl
- extends Object
- implements NotificationFormatter
Method Summary |
String |
applyStyles(String html)
Applies the default notification stylesheet as well as any inline styles
to the HTML and returns the result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationFormatterImpl
public NotificationFormatterImpl()
applyStyles
@NotNull
public String applyStyles(@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 interface NotificationFormatter
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.