Interface MyJiraHomePreference

All Known Implementing Classes:
MyJiraHomePreferenceImpl, MyJiraHomePreferenceOsgiDelegator

public interface MyJiraHomePreference
Retrieves a user's My JIRA Home. This is not the actual link to the location but the plugin module key instead.
Since:
5.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Finds a home location for the given user.
  • Method Details

    • findHome

      @Nonnull String findHome(@Nullable ApplicationUser user)
      Finds a home location for the given user. If the value found is not usable or there was an error, a default value can be provided.
      Parameters:
      user - the user for which the home location is requested
      Returns:
      the user's home - if it's usable; an empty value if there is no value set and no default value available
      Since:
      6.4