org.jenkinsci.plugins
Class MailWatcherMailer
java.lang.Object
org.jenkinsci.plugins.MailWatcherMailer
public class MailWatcherMailer
- extends Object
Send email notification.
- Author:
- ogondza
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailWatcherMailer
public MailWatcherMailer()
send
public void send(MailWatcherNotification notification)
throws javax.mail.MessagingException,
javax.mail.internet.AddressException
- Throws:
javax.mail.MessagingException
javax.mail.internet.AddressException
validateMailAddresses
public static hudson.util.FormValidation validateMailAddresses(String addressesCandidate)
- Validate list of email addresses.
- Parameters:
addressesCandidate - String representing list of addresses
- Returns:
- FormValidation representing state of validation
Copyright © 2004-2012. All Rights Reserved.