- PLUGIN_NAME - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
- PROP_CC - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"cc" property defines the extra recipients of the plugin email.
- PROP_FROM - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"from" property defines the sender of the plugin email.
- PROP_FROM_NAME - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"from-name" property defines the name of the sender of the plugin email.
- PROP_TEMPLATE_HAWKULAR_URL - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"template.hawkular.url" property defines the URL that will be used in the template email to point to hawkular
server.
- PROP_TEMPLATE_HTML - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"template.html" property defines the template used for html email.
- PROP_TEMPLATE_LOCALE - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
Email plugin support localization templates.
- PROP_TEMPLATE_PLAIN - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"template.plain" property defines the template used for plain text email.
- PROP_TO - Static variable in class org.hawkular.alerts.actions.email.EmailPlugin
-
"to" property defines the recipient of the plugin email.