public class ClaimEmailer extends Object
| Constructor and Description |
|---|
ClaimEmailer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sendEmailIfConfigured(hudson.model.User assignee,
String assignedBy,
String build,
String reason,
String URL)
Send 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.