public class

NotificationAddedEvent

extends AbstractSchemeEntityEvent
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
     ↳ com.atlassian.jira.event.notification.NotificationAddedEvent

Class Overview

Event indicating a notification entity has been added to a notification scheme.

Summary

Public Constructors
@Internal NotificationAddedEvent(Long schemeId, SchemeEntity schemeEntity)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
From class java.lang.Object

Public Constructors

@Internal public NotificationAddedEvent (Long schemeId, SchemeEntity schemeEntity)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).