Uses of Enum Class
hudson.util.FormApply.NotificationType
-
Uses of FormApply.NotificationType in hudson.util
Modifier 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.Modifier 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.