Interface DatadogEvent
-
- All Known Implementing Classes:
AbstractDatadogBuildEvent,AbstractDatadogEvent,AbstractDatadogSimpleEvent,BuildAbortedEventImpl,BuildFinishedEventImpl,BuildStartedEventImpl,ComputerLaunchFailedEventImpl,ComputerOfflineEventImpl,ComputerOnlineEventImpl,ItemCopiedEventImpl,ItemCRUDEventImpl,ItemLocationChangedEventImpl,SCMCheckoutCompletedEventImpl,UserAuthenticationEventImpl
public interface DatadogEventInterface for Datadog events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatadogEvent.AlertTypestatic classDatadogEvent.Priority
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EVENT_TYPEstatic StringSECURITY_EVENT_TYPEstatic StringSYSTEM_EVENT_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAggregationKey()DatadogEvent.AlertTypegetAlertType()LonggetDate()StringgetHost()StringgetJenkinsUrl()DatadogEvent.PrioritygetPriority()Map<String,Set<String>>getTags()StringgetText()StringgetTitle()
-
-
-
Field Detail
-
DEFAULT_EVENT_TYPE
static final String DEFAULT_EVENT_TYPE
- See Also:
- Constant Field Values
-
SECURITY_EVENT_TYPE
static final String SECURITY_EVENT_TYPE
- See Also:
- Constant Field Values
-
SYSTEM_EVENT_TYPE
static final String SYSTEM_EVENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTitle
String getTitle()
-
getText
String getText()
-
getHost
String getHost()
-
getJenkinsUrl
String getJenkinsUrl()
-
getPriority
DatadogEvent.Priority getPriority()
-
getAlertType
DatadogEvent.AlertType getAlertType()
-
getAggregationKey
String getAggregationKey()
-
getDate
Long getDate()
-
-