com.atlassian.jira.event.user
Class UserProfileUpdatedEvent

java.lang.Object
  extended by com.atlassian.jira.event.user.UserProfileUpdatedEvent
Direct Known Subclasses:
UserRenamedEvent

public class UserProfileUpdatedEvent
extends Object

Event indicating that a user's profile has been updated.

Since:
v5.0

Constructor Summary
UserProfileUpdatedEvent(ApplicationUser user, ApplicationUser editedBy)
           
UserProfileUpdatedEvent(com.atlassian.crowd.embedded.api.User user, com.atlassian.crowd.embedded.api.User editedBy)
          Deprecated. since 6.1 use UserProfileUpdatedEvent(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser) instead
 
Method Summary
 String getEditedByUsername()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileUpdatedEvent

public UserProfileUpdatedEvent(ApplicationUser user,
                               ApplicationUser editedBy)

UserProfileUpdatedEvent

@Deprecated
public UserProfileUpdatedEvent(com.atlassian.crowd.embedded.api.User user,
                                          com.atlassian.crowd.embedded.api.User editedBy)
Deprecated. since 6.1 use UserProfileUpdatedEvent(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser) instead

This method has been deprecated

Method Detail

getUsername

public String getUsername()

getEditedByUsername

public String getEditedByUsername()


Copyright © 2002-2014 Atlassian. All Rights Reserved.