com.atlassian.jira.event.notification
Class NotificationSchemeCopiedEvent

java.lang.Object
  extended by com.atlassian.jira.event.scheme.AbstractSchemeCopiedEvent
      extended by com.atlassian.jira.event.notification.NotificationSchemeCopiedEvent

public class NotificationSchemeCopiedEvent
extends AbstractSchemeCopiedEvent

Event indicating a notification scheme has been copied.

Since:
v5.0

Constructor Summary
NotificationSchemeCopiedEvent(Scheme fromScheme, Scheme toScheme)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.scheme.AbstractSchemeCopiedEvent
getCopiedFromId, getCopiedToId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSchemeCopiedEvent

public NotificationSchemeCopiedEvent(Scheme fromScheme,
                                     Scheme toScheme)


Copyright © 2002-2013 Atlassian. All Rights Reserved.