| Package | Description |
|---|---|
| org.sonar.plugins.emailnotifications.api | |
| org.sonar.plugins.emailnotifications.newviolations | |
| org.sonar.plugins.emailnotifications.reviews |
| Modifier and Type | Method and Description |
|---|---|
abstract EmailMessage |
EmailTemplate.format(Notification notification) |
EmailMessage |
EmailMessage.setFrom(String from) |
EmailMessage |
EmailMessage.setMessage(String message) |
EmailMessage |
EmailMessage.setMessageId(String messageId) |
EmailMessage |
EmailMessage.setSubject(String subject) |
EmailMessage |
EmailMessage.setTo(String to) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
NewViolationsEmailTemplate.format(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
ReviewEmailTemplate.format(Notification notification) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.