Uses of Class
step.plugins.notification.NotificationType
-
Packages that use NotificationType Package Description step.plugins.notification -
-
Uses of NotificationType in step.plugins.notification
Methods in step.plugins.notification that return NotificationType Modifier and Type Method Description static NotificationType
NotificationType. forId(java.lang.String id)
static NotificationType
NotificationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NotificationType[]
NotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-