com.atlassian.jira.event.web.action.admin
Class UserAddedEvent

java.lang.Object
  extended by com.atlassian.jira.event.web.action.admin.UserAddedEvent

public final class UserAddedEvent
extends Object

Denotes that an user has been added by the submission of the add user form.

The http request parameters are made available by getRequestParameters(). It allows to add some behavior on form submission. This event is fired only if the user is successfully added.

Since:
v5.1

Constructor Summary
UserAddedEvent(Map<String,String[]> requestParameters)
           
 
Method Summary
 Map<String,String[]> getRequestParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAddedEvent

public UserAddedEvent(Map<String,String[]> requestParameters)
Method Detail

getRequestParameters

public Map<String,String[]> getRequestParameters()


Copyright © 2002-2014 Atlassian. All Rights Reserved.