Uses of Class
com.atlassian.jira.event.user.UserEvent

Packages that use UserEvent
com.atlassian.jira.event.listeners   
com.atlassian.jira.event.listeners.mail   
com.atlassian.jira.event.user   
com.atlassian.jira.mail   
 

Uses of UserEvent in com.atlassian.jira.event.listeners
 

Methods in com.atlassian.jira.event.listeners with parameters of type UserEvent
 void DebugListener.userCreated(UserEvent event)
           
 void DebugListener.userForgotPassword(UserEvent event)
           
 void DebugListener.userForgotUsername(UserEvent event)
           
 void DebugListener.userSignup(UserEvent event)
           
 

Uses of UserEvent in com.atlassian.jira.event.listeners.mail
 

Methods in com.atlassian.jira.event.listeners.mail with parameters of type UserEvent
protected  void DebugMailListener.sendUserMail(UserEvent event, String subject, String template)
           
protected  void MailListener.sendUserMail(UserEvent event, String subject, String subjectKey, String template)
           
 void MailListener.userCreated(UserEvent event)
           
 void MailListener.userForgotPassword(UserEvent event)
           
 void MailListener.userForgotUsername(UserEvent event)
           
 void MailListener.userSignup(UserEvent event)
           
 

Uses of UserEvent in com.atlassian.jira.event.user
 

Methods in com.atlassian.jira.event.user with parameters of type UserEvent
 void UserEventListener.userCreated(UserEvent event)
          Fired when a user is created automatically
 void UserEventListener.userForgotPassword(UserEvent event)
          Fired when a user indicates they have forgotten their password
 void UserEventListener.userForgotUsername(UserEvent event)
          Fired when a user indicates they have forgotten their username
 void UserEventListener.userSignup(UserEvent event)
          Fired when a user signs up manually
 

Uses of UserEvent in com.atlassian.jira.mail
 

Methods in com.atlassian.jira.mail with parameters of type UserEvent
protected  Map<String,Object> UserMailQueueItem.getUserContextParamsBody(UserEvent uEvent)
           
 

Constructors in com.atlassian.jira.mail with parameters of type UserEvent
UserMailQueueItem(UserEvent event, String subject, String subjectKey, String template)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.