com.atlassian.jira.event.notification
Class NotificationSchemeDeletedEvent

java.lang.Object
  extended by com.atlassian.jira.event.scheme.AbstractSchemeDeletedEvent
      extended by com.atlassian.jira.event.notification.NotificationSchemeDeletedEvent
All Implemented Interfaces:
Named

public class NotificationSchemeDeletedEvent
extends AbstractSchemeDeletedEvent

Event indicating a notification scheme has been deleted.

Since:
v5.0

Constructor Summary
NotificationSchemeDeletedEvent(Long id, String name)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.scheme.AbstractSchemeDeletedEvent
getId, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSchemeDeletedEvent

@Internal
public NotificationSchemeDeletedEvent(Long id,
                                               String name)


Copyright © 2002-2014 Atlassian. All Rights Reserved.