org.sonar.plugins.emailnotifications.newviolations
Class NewViolationsEmailTemplate

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

public class NewViolationsEmailTemplate
extends EmailTemplate

Creates email message for notification "new-violations".

Since:
2.10

Constructor Summary
NewViolationsEmailTemplate(EmailConfiguration configuration)
           
 
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

NewViolationsEmailTemplate

public NewViolationsEmailTemplate(EmailConfiguration configuration)
Method Detail

format

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


Copyright © 2009-2012 SonarSource. All Rights Reserved.