Class EmailEventNotificationConfig
java.lang.Object
org.graylog.events.notifications.types.EmailEventNotificationConfig
- All Implemented Interfaces:
EventNotificationConfig,ContentPackable<EventNotificationConfigEntity>
public abstract class EmailEventNotificationConfig
extends Object
implements EventNotificationConfig
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.events.notifications.EventNotificationConfig
EventNotificationConfig.FallbackNotificationConfig -
Field Summary
FieldsFields inherited from interface org.graylog.events.notifications.EventNotificationConfig
FIELD_NOTIFICATION_ID, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringbuilder()abstract Stringabstract StringreplyTo()abstract Stringsender()abstract @NotBlank Stringsubject()abstract org.joda.time.DateTimeZonetimeZone()toContentPackEntity(EntityDescriptorIds entityDescriptorIds) toJobTriggerData(EventDto dto) validate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.ContentPackable
getContentPackPluginPackage, resolveNativeEntityMethods inherited from interface org.graylog.events.notifications.EventNotificationConfig
prepareConfigUpdate, type
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
EmailEventNotificationConfig
public EmailEventNotificationConfig()
-
-
Method Details
-
sender
-
replyTo
-
subject
-
bodyTemplate
-
htmlBodyTemplate
-
emailRecipients
-
userRecipients
-
timeZone
public abstract org.joda.time.DateTimeZone timeZone() -
toJobTriggerData
- Specified by:
toJobTriggerDatain interfaceEventNotificationConfig
-
builder
-
validate
- Specified by:
validatein interfaceEventNotificationConfig
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<EventNotificationConfigEntity>
-