Uses of Enum Class
com.atlassian.jira.notification.AdhocNotificationService.ValiationOption
Packages that use AdhocNotificationService.ValiationOption
-
Uses of AdhocNotificationService.ValiationOption in com.atlassian.jira.notification
Methods in com.atlassian.jira.notification that return AdhocNotificationService.ValiationOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AdhocNotificationService.ValiationOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.notification with parameters of type AdhocNotificationService.ValiationOptionModifier and TypeMethodDescriptionAdhocNotificationService.validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue, AdhocNotificationService.ValiationOption option) AdhocNotificationServiceImpl.validateNotification
(NotificationBuilder notification, ApplicationUser user, Issue issue, AdhocNotificationService.ValiationOption option)