com.atlassian.jira.event.notification
Class NotificationAddedEvent

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

public class NotificationAddedEvent
extends AbstractSchemeEntityEvent

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

Since:
v5.0

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

Constructor Detail

NotificationAddedEvent

public NotificationAddedEvent(Long schemeId,
                              SchemeEntity schemeEntity)


Copyright © 2002-2013 Atlassian. All Rights Reserved.