Uses of Class
org.graylog.events.notifications.EventNotificationContext
Packages that use EventNotificationContext
Package
Description
-
Uses of EventNotificationContext in org.graylog.events.legacy
Methods in org.graylog.events.legacy with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidLegacyAlarmCallbackEventNotification.execute(EventNotificationContext ctx) -
Uses of EventNotificationContext in org.graylog.events.notifications
Methods in org.graylog.events.notifications that return EventNotificationContextModifier and TypeMethodDescriptionabstract EventNotificationContextEventNotificationContext.Builder.build()static EventNotificationContextNotificationTestData.getDummyContext(NotificationDto notificationDto, String userName) Methods in org.graylog.events.notifications with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidEventNotification.execute(EventNotificationContext ctx) com.google.common.collect.ImmutableList<MessageSummary>EventNotificationService.getBacklogForEvent(EventNotificationContext ctx) static EventNotificationModelDataEventNotificationModelData.of(EventNotificationContext ctx, List<MessageSummary> backlog) -
Uses of EventNotificationContext in org.graylog.events.notifications.types
Methods in org.graylog.events.notifications.types with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidEmailEventNotification.execute(EventNotificationContext ctx) voidHTTPEventNotification.execute(EventNotificationContext ctx) voidHTTPEventNotificationV2.execute(EventNotificationContext ctx) -
Uses of EventNotificationContext in org.graylog.integrations.notifications.types
Methods in org.graylog.integrations.notifications.types with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidSlackEventNotification.execute(EventNotificationContext ctx) -
Uses of EventNotificationContext in org.graylog.integrations.notifications.types.microsoftteams
Methods in org.graylog.integrations.notifications.types.microsoftteams with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidTeamsEventNotification.execute(EventNotificationContext ctx) Deprecated.voidTeamsEventNotificationV2.execute(EventNotificationContext ctx) Execute this notification with the provided context. -
Uses of EventNotificationContext in org.graylog.integrations.pagerduty
Methods in org.graylog.integrations.pagerduty with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidPagerDutyNotification.execute(EventNotificationContext ctx) -
Uses of EventNotificationContext in org.graylog.integrations.pagerduty.client
Methods in org.graylog.integrations.pagerduty.client with parameters of type EventNotificationContextModifier and TypeMethodDescriptionMessageFactory.createTriggerMessage(EventNotificationContext ctx)