Class MyJiraHomeUpdateServiceImpl

java.lang.Object
com.atlassian.jira.my_home.MyJiraHomeUpdateServiceImpl
All Implemented Interfaces:
MyJiraHomeUpdateService

public class MyJiraHomeUpdateServiceImpl extends Object implements MyJiraHomeUpdateService
Applies validation before storing the new plugin module key.
  • Constructor Details

  • Method Details

    • updateHome

      public void updateHome(@Nonnull ApplicationUser user, @Nonnull String completePluginModuleKey)
      Description copied from interface: MyJiraHomeUpdateService
      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.
      Specified by:
      updateHome in interface MyJiraHomeUpdateService
      Parameters:
      user - the user for which the location is set
      completePluginModuleKey - the complete key of the plugin module providing the My JIRA Home link