Uses of Class
org.datadog.jenkins.plugins.datadog.DatadogEvent.Priority
-
Packages that use DatadogEvent.Priority Package Description org.datadog.jenkins.plugins.datadog org.datadog.jenkins.plugins.datadog.events -
-
Uses of DatadogEvent.Priority in org.datadog.jenkins.plugins.datadog
Methods in org.datadog.jenkins.plugins.datadog that return DatadogEvent.Priority Modifier and Type Method Description DatadogEvent.PriorityDatadogEvent. getPriority()static DatadogEvent.PriorityDatadogEvent.Priority. valueOf(String name)Returns the enum constant of this type with the specified name.static DatadogEvent.Priority[]DatadogEvent.Priority. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatadogEvent.Priority in org.datadog.jenkins.plugins.datadog.events
Methods in org.datadog.jenkins.plugins.datadog.events that return DatadogEvent.Priority Modifier and Type Method Description DatadogEvent.PriorityAbstractDatadogEvent. getPriority()Methods in org.datadog.jenkins.plugins.datadog.events with parameters of type DatadogEvent.Priority Modifier and Type Method Description voidAbstractDatadogEvent. setPriority(DatadogEvent.Priority priority)
-