
public static class AlertDispatcher.EmailAlertAction extends AlertDispatcher.AlertAction
| Modifier and Type | Field and Description |
|---|---|
List<String> |
emailList |
protected String |
fromEmail |
protected String |
replyToEmail |
protected String |
smtpHost |
enabled| Constructor and Description |
|---|
EmailAlertAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AlertNotification notif) |
String |
getDescription() |
void |
init() |
void |
setEmailList(List<String> emails) |
getLogger, status@ConfigurationParameter(isFinal=true) protected String fromEmail
@ConfigurationParameter(isFinal=true) protected String replyToEmail
@ConfigurationParameter(isFinal=true) protected String smtpHost
public String getDescription()
getDescription in class AlertDispatcher.AlertActionpublic void init()
@ConfigurationParameterChanger(propertyName="emailList") public final void setEmailList(List<String> emails)
public void accept(AlertNotification notif)
Copyright © 2021 LSST. All rights reserved.