Uses of Enum Class
com.splunk.splunkjenkins.model.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in com.splunk.splunkjenkins
Methods in com.splunk.splunkjenkins with parameters of type EventTypeModifier and TypeMethodDescriptionboolean
SplunkJenkinsInstallation.canPostRaw
(EventType eventType) Check whether we can optimize sending process, e.g.boolean
SplunkJenkinsInstallation.isEventDisabled
(EventType eventType) -
Uses of EventType in com.splunk.splunkjenkins.model
Methods in com.splunk.splunkjenkins.model that return EventTypeModifier and TypeMethodDescriptionEventRecord.getEventType()
static EventType
Returns the enum constant of this class with the specified name.static EventType[]
EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.splunk.splunkjenkins.model with parameters of type EventType -
Uses of EventType in com.splunk.splunkjenkins.utils
Methods in com.splunk.splunkjenkins.utils with parameters of type EventType