Class SlackEventNotificationConfig
java.lang.Object
org.graylog.integrations.notifications.types.SlackEventNotificationConfig
- All Implemented Interfaces:
EventNotificationConfig,ContentPackable<EventNotificationConfigEntity>
public abstract class SlackEventNotificationConfig
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 longbuilder()abstract @NotBlank Stringchannel()abstract @NotBlank Stringcolor()abstract Stringabstract Stringabstract StringiconUrl()abstract Booleanabstract booleanabstract booleanabstract Booleanabstract org.joda.time.DateTimeZonetimeZone()toContentPackEntity(EntityDescriptorIds entityDescriptorIds) toJobTriggerData(EventDto dto) abstract StringuserName()validate()abstract @NotBlank StringMethods 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
-
SlackEventNotificationConfig
public SlackEventNotificationConfig()
-
-
Method Details
-
backlogSize
public abstract long backlogSize() -
color
-
webhookUrl
-
channel
-
customMessage
-
userName
-
notifyChannel
public abstract boolean notifyChannel() -
linkNames
public abstract boolean linkNames() -
iconUrl
-
iconEmoji
-
timeZone
public abstract org.joda.time.DateTimeZone timeZone() -
includeTitle
-
notifyHere
-
toJobTriggerData
- Specified by:
toJobTriggerDatain interfaceEventNotificationConfig
-
builder
-
validate
- Specified by:
validatein interfaceEventNotificationConfig
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<EventNotificationConfigEntity>
-