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, waitMethods inherited from interface com.atlassian.jira.notification.Notification
accept
-
Constructor Details
-
AbstractNotification
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceNotification
-
getNotificationType
- Specified by:
getNotificationTypein interfaceNotification
-
getParameter
- Specified by:
getParameterin interfaceNotification
-
equals
-
hashCode
public int hashCode() -
toString
-