Package com.atlassian.jira.event.user
Class UserEventDispatcher
java.lang.Object
com.atlassian.jira.event.user.UserEventDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voiddispatchEvent(int type, ApplicationUser user) Deprecated.static voiddispatchEvent(int type, ApplicationUser user, Map<String, Object> params) Deprecated.Logic to create events was moved toUserEventFactory.
-
Method Details
-
dispatchEvent
Deprecated.Logic to create events was moved toUserEventFactory. For dispatching messages, prefer usingEventPublisherdirectly. -
dispatchEvent
@Deprecated public static void dispatchEvent(int type, ApplicationUser user, Map<String, Object> params) Deprecated.Logic to create events was moved toUserEventFactory. For dispatching messages, prefer usingEventPublisherdirectly. -
dispatch
-
UserEventFactory.