com.atlassian.jira.event.notification
Class NotificationDeletedEvent

java.lang.Object
  extended by com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
      extended by com.atlassian.jira.event.notification.NotificationDeletedEvent

public class NotificationDeletedEvent
extends AbstractSchemeEntityEvent

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

Since:
v5.0

Constructor Summary
NotificationDeletedEvent(Long schemeId, SchemeEntity schemeEntity)
           
 
Method Summary
 Long getId()
           
 
Methods inherited from class com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
getEntityTypeId, getParameter, getSchemeEntityId, getSchemeId, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationDeletedEvent

@Internal
public NotificationDeletedEvent(Long schemeId,
                                         SchemeEntity schemeEntity)
Method Detail

getId

public Long getId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.