public interface

MyJiraHomePreference

com.atlassian.jira.plugin.myjirahome.MyJiraHomePreference
Known Indirect Subclasses

Class Overview

Retrieves a user's My JIRA Home. This is not the actual link to the location but the plugin module key instead.

Summary

Public Methods
@Nonnull String findHome(User user)
Finds a home location for the given user.

Public Methods

@Nonnull public String findHome (User 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