public abstract class MailWatcherNotification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MailWatcherNotification.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected MailWatcherMailer |
mailer |
| Constructor and Description |
|---|
MailWatcherNotification(MailWatcherNotification.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBody() |
hudson.model.User |
getInitiator() |
String |
getMailBody() |
String |
getMailSubject() |
String |
getName() |
String |
getRecipients() |
protected String |
getSubject() |
String |
getUrl() |
protected Map<String,String> |
pairs() |
void |
send() |
protected boolean |
shouldNotify() |
protected final MailWatcherMailer mailer
public MailWatcherNotification(MailWatcherNotification.Builder builder)
protected String getSubject()
protected String getBody()
public String getRecipients()
public String getUrl()
public String getName()
public hudson.model.User getInitiator()
protected boolean shouldNotify()
public final String getMailSubject()
public final String getMailBody()
public final void send()
Copyright © 2016. All rights reserved.