org.sonar.plugins.emailnotifications.api
Class EmailTemplate

java.lang.Object
  extended by org.sonar.plugins.emailnotifications.api.EmailTemplate
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension
Direct Known Subclasses:
NewViolationsEmailTemplate, ReviewEmailTemplate

public abstract class EmailTemplate
extends Object
implements ServerExtension

Since:
2.10

Constructor Summary
EmailTemplate()
           
 
Method Summary
abstract  EmailMessage format(Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailTemplate

public EmailTemplate()
Method Detail

format

public abstract EmailMessage format(Notification notification)


Copyright © 2009-2012 SonarSource. All Rights Reserved.