public class

NotificationDeletedEvent

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

Class Overview

Event indicating a notification entity has been removed from a notification scheme.

Summary

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

Public Constructors

@Internal public NotificationDeletedEvent (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).

Public Methods

public Long getId ()