com.atlassian.jira.my_home
Interface MyJiraHomeUpdateService

All Known Implementing Classes:
MyJiraHomeUpdateServiceImpl

public interface MyJiraHomeUpdateService

Update the My JIRA Home to a new value.


Method Summary
 void updateHome(com.atlassian.crowd.embedded.api.User user, String completePluginModuleKey)
          Updates the user's My JIRA Home location to be provided by the given plugin module.
 

Method Detail

updateHome

void updateHome(@Nonnull
                com.atlassian.crowd.embedded.api.User user,
                @Nonnull
                String completePluginModuleKey)
Updates the user's My JIRA Home location to be provided by the given plugin module. It is expected, that the plugin module is a WebItemModuleDescriptor.

Parameters:
user - the user for which the location is set
completePluginModuleKey - the complete key of the plugin module providing the My JIRA Home link
Throws:
MyJiraHomeUpdateException - if the update failed


Copyright © 2002-2013 Atlassian. All Rights Reserved.