Interface MyJiraHomeUpdateService

All Known Implementing Classes:
MyJiraHomeUpdateServiceImpl

public interface MyJiraHomeUpdateService
Update the My JIRA Home to a new value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateHome(ApplicationUser user, String completePluginModuleKey)
    Updates the user's My JIRA Home location to be provided by the given plugin module.
  • Method Details

    • updateHome

      void updateHome(@Nonnull ApplicationUser 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
      Since:
      6.4