Class BuildAbortedEventImpl
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.events.AbstractDatadogEvent
-
- org.datadog.jenkins.plugins.datadog.events.AbstractDatadogBuildEvent
-
- org.datadog.jenkins.plugins.datadog.events.BuildAbortedEventImpl
-
- All Implemented Interfaces:
DatadogEvent
public class BuildAbortedEventImpl extends AbstractDatadogBuildEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.datadog.jenkins.plugins.datadog.DatadogEvent
DatadogEvent.AlertType, DatadogEvent.Priority
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_ABORTED_EVENT_NAME
-
Fields inherited from class org.datadog.jenkins.plugins.datadog.events.AbstractDatadogBuildEvent
buildData
-
Fields inherited from interface org.datadog.jenkins.plugins.datadog.DatadogEvent
DEFAULT_EVENT_TYPE, SECURITY_EVENT_TYPE, SYSTEM_EVENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description BuildAbortedEventImpl(BuildData buildData)
-
Method Summary
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.events.AbstractDatadogBuildEvent
getFormattedDuration
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.events.AbstractDatadogEvent
getAggregationKey, getAlertType, getDate, getHost, getJenkinsUrl, getLocationDetails, getPriority, getTags, getText, getTitle, setAggregationKey, setAlertType, setDate, setHost, setJenkinsUrl, setPriority, setTags, setText, setTitle
-
-
-
-
Field Detail
-
BUILD_ABORTED_EVENT_NAME
public static final String BUILD_ABORTED_EVENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BuildAbortedEventImpl
public BuildAbortedEventImpl(BuildData buildData)
-
-