public final class ClaimEmailer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
sendEmailIfConfigured(hudson.model.User assignee,
String assignedBy,
String build,
String reason,
String url)
Sends an email to the assignee indicating that the given build has been assigned.
|
public static void sendEmailIfConfigured(hudson.model.User assignee,
String assignedBy,
String build,
String reason,
String url)
throws javax.mail.MessagingException,
IOException,
InterruptedException
assignee - the user assigned the failed buildassignedBy - the user assigning the buildbuild - the build/action which has been assignedreason - the reason given for the assignmenturl - the URL the user can view for the assigned buildjavax.mail.MessagingException - if there has been some problem with sending the emailIOException - if there is an IO problem when sending the mailInterruptedException - if the send operation is interruptedCopyright © 2016–2017. All rights reserved.