com.atlassian.bamboo.notification
Interface NotificationFormatter
- All Known Implementing Classes:
- NotificationFormatterImpl
public interface NotificationFormatter
Reformats email contents to optimise display in various email clients.
Method Summary |
java.lang.String |
applyStyles(java.lang.String html)
Applies the default notification stylesheet as well as any inline styles
to the HTML and returns the result. |
applyStyles
@NotNull
java.lang.String applyStyles(@NotNull
java.lang.String html)
- Applies the default notification stylesheet as well as any inline styles
to the HTML and returns the result.
Copyright © 2012 Atlassian. All Rights Reserved.