Package com.atlassian.jira.notification
Class GroupNotification
java.lang.Object
com.atlassian.jira.notification.AbstractNotification
com.atlassian.jira.notification.GroupNotification
- All Implemented Interfaces:
Notification
Notification to the configured group.
- Since:
- 7.0
-
Constructor Summary
ConstructorDescriptionGroupNotification
(Long id, NotificationType notificationType, com.atlassian.crowd.embedded.api.Group group, String parameter) -
Method Summary
Modifier and TypeMethodDescription<X> X
accept
(NotificationVisitor<X> notificationVisitor) com.atlassian.crowd.embedded.api.Group
getGroup()
Methods inherited from class com.atlassian.jira.notification.AbstractNotification
equals, getId, getNotificationType, getParameter, hashCode, toString
-
Constructor Details
-
GroupNotification
public GroupNotification(Long id, NotificationType notificationType, com.atlassian.crowd.embedded.api.Group group, String parameter)
-
-
Method Details
-
getGroup
public com.atlassian.crowd.embedded.api.Group getGroup() -
accept
-