Uses of Class
jetbrains.buildServer.notification.NotificationEvent
-
Packages that use NotificationEvent Package Description jetbrains.buildServer.notification -
-
Uses of NotificationEvent in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification that return NotificationEvent Modifier and Type Method Description NotificationEvent
NotificationContext. getEventType()
Returns current event type.static NotificationEvent
NotificationEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationEvent[]
NotificationEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-