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
 String applyStyles(String html)
          Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.
 

Method Detail

applyStyles

@NotNull
String applyStyles(@NotNull
                           String html)
Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.