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 NotificationTypeNotificationType. forId(java.lang.String id)static NotificationTypeNotificationType. 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.
-