org.sonar.plugins.emailnotifications.reviews
Class ReviewEmailTemplate

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

public class ReviewEmailTemplate
extends EmailTemplate

Creates email message for notification "review-changed".

Since:
2.10

Constructor Summary
ReviewEmailTemplate(EmailConfiguration configuration, UserFinder userFinder)
           
 
Method Summary
 EmailMessage format(Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReviewEmailTemplate

public ReviewEmailTemplate(EmailConfiguration configuration,
                           UserFinder userFinder)
Method Detail

format

public EmailMessage format(Notification notification)
Specified by:
format in class EmailTemplate


Copyright © 2009-2012 SonarSource. All Rights Reserved.