Package com.atlassian.jira.notification
Class UserNotification
java.lang.Object
com.atlassian.jira.notification.AbstractNotification
com.atlassian.jira.notification.UserNotification
- All Implemented Interfaces:
Notification
Notification to the configured user.
- Since:
- 7.0
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotification
(Long id, NotificationType notificationType, ApplicationUser applicationUser, String parameter) -
Method Summary
Methods inherited from class com.atlassian.jira.notification.AbstractNotification
equals, getId, getNotificationType, getParameter, hashCode, toString
-
Constructor Details
-
UserNotification
public UserNotification(Long id, NotificationType notificationType, ApplicationUser applicationUser, String parameter)
-
-
Method Details
-
getApplicationUser
-
accept
-