com.atlassian.jira.event.issue
Class IssueEventDispatcher

java.lang.Object
  extended bycom.atlassian.jira.event.issue.IssueEventDispatcher

public class IssueEventDispatcher
extends java.lang.Object


Constructor Summary
IssueEventDispatcher()
           
 
Method Summary
static void dispatchEvent(int type, GenericValue issue)
           
static void dispatchEvent(int type, GenericValue issue, java.util.Map params)
           
static void dispatchEvent(int type, GenericValue issue, User remoteUser, GenericValue comment, GenericValue changelog)
           
static void dispatchEvent(int type, GenericValue issue, User remoteUser, GenericValue comment, GenericValue changelog, java.util.Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueEventDispatcher

public IssueEventDispatcher()
Method Detail

dispatchEvent

public static void dispatchEvent(int type,
                                 GenericValue issue)

dispatchEvent

public static void dispatchEvent(int type,
                                 GenericValue issue,
                                 java.util.Map params)

dispatchEvent

public static void dispatchEvent(int type,
                                 GenericValue issue,
                                 User remoteUser,
                                 GenericValue comment,
                                 GenericValue changelog)

dispatchEvent

public static void dispatchEvent(int type,
                                 GenericValue issue,
                                 User remoteUser,
                                 GenericValue comment,
                                 GenericValue changelog,
                                 java.util.Map params)