Uses of Class
de.hybris.bootstrap.osnotify.SystemTrayNotifier.NotificationLevel
-
Packages that use SystemTrayNotifier.NotificationLevel Package Description de.hybris.bootstrap.osnotify de.hybris.bootstrap.osnotify.impl -
-
Uses of SystemTrayNotifier.NotificationLevel in de.hybris.bootstrap.osnotify
Methods in de.hybris.bootstrap.osnotify that return SystemTrayNotifier.NotificationLevel Modifier and Type Method Description static SystemTrayNotifier.NotificationLevelSystemTrayNotifier.NotificationLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SystemTrayNotifier.NotificationLevel[]SystemTrayNotifier.NotificationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.bootstrap.osnotify with parameters of type SystemTrayNotifier.NotificationLevel Modifier and Type Method Description voidSystemTrayNotifier. notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level) -
Uses of SystemTrayNotifier.NotificationLevel in de.hybris.bootstrap.osnotify.impl
Methods in de.hybris.bootstrap.osnotify.impl with parameters of type SystemTrayNotifier.NotificationLevel Modifier and Type Method Description protected java.lang.StringAbstractBuildNotifier. getIconPath(SystemTrayNotifier.NotificationLevel severity)voidMacOsGrowlBuildNotifier. notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)voidMacOsNotifyCenterNotifier. notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)voidMacOsSayNotifier. notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)voidNotifySendBuildNotifier. notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)voidWindowsGrowlBuildNotifer. notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)
-