com.atlassian.bamboo.notification
Class NotificationFormatterImpl

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

public class NotificationFormatterImpl
extends java.lang.Object
implements NotificationFormatter


Constructor Summary
NotificationFormatterImpl()
           
 
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.
 
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 java.lang.String applyStyles(@NotNull
                                            java.lang.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 © 2012 Atlassian. All Rights Reserved.