public class

MyJiraHomePreferenceOsgiDelegator

extends Object
implements MyJiraHomePreference
java.lang.Object
   ↳ com.atlassian.jira.plugin.myjirahome.MyJiraHomePreferenceOsgiDelegator

Class Overview

Delegates all incoming calls to a service provided by the OSGI bundle. In case the service is not available this class uses MyJiraHomePreferenceFallBack.

Summary

Public Constructors
MyJiraHomePreferenceOsgiDelegator()
Public Methods
@Nonnull String findHome(User user)
Finds a home location for the given user.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.myjirahome.MyJiraHomePreference

Public Constructors

public MyJiraHomePreferenceOsgiDelegator ()

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