Class ComputerLaunchFailedEventImpl
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.events.AbstractDatadogEvent
-
- org.datadog.jenkins.plugins.datadog.events.AbstractDatadogSimpleEvent
-
- org.datadog.jenkins.plugins.datadog.events.ComputerLaunchFailedEventImpl
-
- All Implemented Interfaces:
DatadogEvent
public class ComputerLaunchFailedEventImpl extends AbstractDatadogSimpleEvent
-
-
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
COMPUTER_LAUNCH_FAILED_EVENT_NAME
-
Fields inherited from interface org.datadog.jenkins.plugins.datadog.DatadogEvent
DEFAULT_EVENT_TYPE, SECURITY_EVENT_TYPE, SYSTEM_EVENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description ComputerLaunchFailedEventImpl(Computer computer, TaskListener listener, Map<String,Set<String>> tags)
-
Method Summary
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.events.AbstractDatadogSimpleEvent
isTemporarily, setIsTemporarily
-
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
-
COMPUTER_LAUNCH_FAILED_EVENT_NAME
public static final String COMPUTER_LAUNCH_FAILED_EVENT_NAME
- See Also:
- Constant Field Values
-
-