com.atlassian.jira.event.notification
Class NotificationSchemeCopiedEvent

java.lang.Object
  extended by com.atlassian.jira.event.scheme.AbstractSchemeEvent
      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, getFromScheme
 
Methods inherited from class com.atlassian.jira.event.scheme.AbstractSchemeEvent
getId, getScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSchemeCopiedEvent

@Internal
public NotificationSchemeCopiedEvent(Scheme fromScheme,
                                              Scheme toScheme)


Copyright © 2002-2014 Atlassian. All Rights Reserved.