public class PerformanceAnalysisMailSender extends MailSender
debug
Constructor and Description |
---|
PerformanceAnalysisMailSender(String recipients,
String template,
boolean dontNotifyEveryUnstableBuild,
boolean sendToIndividuals,
String charset)
The Constructor of PerformanceAnalysisMailSender class.
|
Modifier and Type | Method and Description |
---|---|
protected javax.mail.internet.MimeMessage |
createMail(Run<?,?> build,
TaskListener listener) |
artifactMatches, execute, getMail, run
public PerformanceAnalysisMailSender(String recipients, String template, boolean dontNotifyEveryUnstableBuild, boolean sendToIndividuals, String charset)
recipients
- - the e-mail recipients.template
- - the e-mail template.dontNotifyEveryUnstableBuild
- - whether it should notify every unstable build.sendToIndividuals
- - whether the e-mail needs to be sent to the individuals.charset
- - the e-mail charset.@CheckForNull protected javax.mail.internet.MimeMessage createMail(Run<?,?> build, TaskListener listener) throws javax.mail.MessagingException
createMail
in class MailSender
javax.mail.MessagingException
Copyright © 2016–2022. All rights reserved.