Package com.atlassian.jira.notification
Interface NotificationVisitor<X>
- Type Parameters:
X
- the returned type of each method.
@PublicSpi
public interface NotificationVisitor<X>
Visitor for all types of notifications which can be configured in JIRA.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionvisit
(CustomFieldValueNotification customFieldValueNotification) visit
(EmailNotification emailNotification) visit
(GroupNotification groupNotification) visit
(ProjectRoleNotification projectRoleNotification) visit
(RoleNotification roleNotification) visit
(UserNotification userNotification)
-
Method Details
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-