public interface MyJiraHomeUpdateService
| Modifier and Type | Method and Description |
|---|---|
void |
updateHome(ApplicationUser user,
String completePluginModuleKey)
Updates the user's My JIRA Home location to be provided by the given plugin module.
|
void updateHome(@Nonnull ApplicationUser user, @Nonnull String completePluginModuleKey)
WebItemModuleDescriptor.user - the user for which the location is setcompletePluginModuleKey - the complete key of the plugin module providing the My JIRA Home linkMyJiraHomeUpdateException - if the update failedCopyright © 2002-2017 Atlassian. All Rights Reserved.