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.userCannotChangePassword(UserEvent event)
           
 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.userCannotChangePassword(UserEvent event)
           
 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
 

Subclasses of UserEvent in com.atlassian.jira.event.user
 class LoginEvent
          Published when a user successfully logs in.
 class LogoutEvent
          Published when a user logs out.
 

Methods in com.atlassian.jira.event.user with parameters of type UserEvent
 void UserEventListener.userCannotChangePassword(UserEvent event)
          Fired when a user tries to change their password, and the password cannot be updated
 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-2013 Atlassian. All Rights Reserved.