public interface DatadogEvent
Modifier and Type | Interface and Description |
---|---|
static class |
DatadogEvent.AlertType |
static class |
DatadogEvent.Priority |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EVENT_TYPE |
static String |
SECURITY_EVENT_TYPE |
static String |
SYSTEM_EVENT_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getAggregationKey() |
DatadogEvent.AlertType |
getAlertType() |
Long |
getDate() |
String |
getHost() |
String |
getJenkinsUrl() |
DatadogEvent.Priority |
getPriority() |
Map<String,Set<String>> |
getTags() |
String |
getText() |
String |
getTitle() |
static final String DEFAULT_EVENT_TYPE
static final String SECURITY_EVENT_TYPE
static final String SYSTEM_EVENT_TYPE
String getTitle()
String getText()
String getHost()
String getJenkinsUrl()
DatadogEvent.Priority getPriority()
DatadogEvent.AlertType getAlertType()
String getAggregationKey()
Long getDate()
Copyright © 2016–2023. All rights reserved.