com.atlassian.jira.plugin.myjirahome
Class MyJiraHomeChangedEvent

java.lang.Object
  extended by com.atlassian.jira.plugin.myjirahome.MyJiraHomeChangedEvent

@PublicApi
public class MyJiraHomeChangedEvent
extends Object

Fired when a user changes his My JIRA Home location. The event should not contain the location itself but the complete plugin module keys instead.

Since:
5.1

Constructor Summary
MyJiraHomeChangedEvent(com.atlassian.crowd.embedded.api.User user, String fromHomePluginModuleKey, String toHomePluginModuleKey)
           
 
Method Summary
 String getFromHomePluginModuleKey()
           
 String getToHomePluginModuleKey()
           
 com.atlassian.crowd.embedded.api.User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyJiraHomeChangedEvent

public MyJiraHomeChangedEvent(com.atlassian.crowd.embedded.api.User user,
                              String fromHomePluginModuleKey,
                              String toHomePluginModuleKey)
Method Detail

getUser

public com.atlassian.crowd.embedded.api.User getUser()

getFromHomePluginModuleKey

public String getFromHomePluginModuleKey()

getToHomePluginModuleKey

public String getToHomePluginModuleKey()


Copyright © 2002-2014 Atlassian. All Rights Reserved.