com.atlassian.bamboo.notification
Class NotificationFormatterImpl

java.lang.Object
  extended by com.atlassian.bamboo.notification.NotificationFormatterImpl
All Implemented Interfaces:
NotificationFormatter

public class NotificationFormatterImpl
extends Object
implements NotificationFormatter


Constructor Summary
NotificationFormatterImpl()
           
 
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
 

Constructor Detail

NotificationFormatterImpl

public NotificationFormatterImpl()
Method Detail

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.