Package com.atlassian.jira.notification
Class AbstractNotification
java.lang.Object
com.atlassian.jira.notification.AbstractNotification
- All Implemented Interfaces:
Notification
- Direct Known Subclasses:
CustomFieldValueNotification
,EmailNotification
,GroupNotification
,ProjectRoleNotification
,RoleNotification
,UserNotification
Base class describing notification recipients in a notification scheme.
- Since:
- 7.0
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractNotification
(Long id, NotificationType notificationType, String parameter) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.jira.notification.Notification
accept
-
Constructor Details
-
AbstractNotification
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceNotification
-
getNotificationType
- Specified by:
getNotificationType
in interfaceNotification
-
getParameter
- Specified by:
getParameter
in interfaceNotification
-
equals
-
hashCode
public int hashCode() -
toString
-