org.jenkinsci.plugins
Class MailWatcherNotification
java.lang.Object
org.jenkinsci.plugins.MailWatcherNotification
public abstract class MailWatcherNotification
- extends Object
Abstract notification for Jenkins.
- Author:
- ogondza
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailWatcherNotification
public MailWatcherNotification(MailWatcherNotification.Builder builder)
getSubject
protected String getSubject()
getBody
protected String getBody()
getRecipients
public String getRecipients()
getUrl
public String getUrl()
getName
public String getName()
shouldNotify
protected boolean shouldNotify()
getMailSubject
public final String getMailSubject()
getMailBody
public final String getMailBody()
send
public final void send()
Copyright © 2004-2012. All Rights Reserved.