Class GroupNotification

java.lang.Object
com.atlassian.jira.notification.AbstractNotification
com.atlassian.jira.notification.GroupNotification
All Implemented Interfaces:
Notification

@PublicApi public final class GroupNotification extends AbstractNotification
Notification to the configured group.
Since:
7.0
  • 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

      public <X> X accept(NotificationVisitor<X> notificationVisitor)