Package com.atlassian.jira.notification
Interface Notification
- All Known Implementing Classes:
AbstractNotification,CustomFieldValueNotification,EmailNotification,GroupNotification,ProjectRoleNotification,RoleNotification,UserNotification
@PublicApi
public interface Notification
Information about notification configured in a notification scheme.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(NotificationVisitor<X> notificationVisitor) getId()
-
Method Details
-
getId
Long getId() -
getNotificationType
NotificationType getNotificationType() -
getParameter
String getParameter() -
accept
-