Uses of Enum Class
hudson.util.FormApply.NotificationType
Packages that use FormApply.NotificationType
-
Uses of FormApply.NotificationType in hudson.util
Methods in hudson.util that return FormApply.NotificationTypeModifier and TypeMethodDescriptionstatic FormApply.NotificationType
Returns the enum constant of this class with the specified name.static FormApply.NotificationType[]
FormApply.NotificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.util with parameters of type FormApply.NotificationTypeModifier and TypeMethodDescriptionstatic org.kohsuke.stapler.HttpResponses.HttpResponseException
FormApply.showNotification
(String message, FormApply.NotificationType notificationType) Generates the response for the asynchronous background form submission (AKA the Apply button), that will show a notification of certain type and with provided message.