public interface

MyJiraHomeUpdateService

com.atlassian.jira.my_home.MyJiraHomeUpdateService
Known Indirect Subclasses

Class Overview

Update the My JIRA Home to a new value.

Summary

Public Methods
void updateHome(User user, String completePluginModuleKey)
Updates the user's My JIRA Home location to be provided by the given plugin module.

Public Methods

public void updateHome (User user, 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