public interface

MyJiraHomeStorage

com.atlassian.jira.my_home.MyJiraHomeStorage
Known Indirect Subclasses

Class Overview

Loads and stores the My JIRA Home for the given user.

Summary

Public Methods
@Nonnull String load(ApplicationUser user)
Returns the home stored for the given user.
void store(ApplicationUser user, String home)
Stores the given home for the given user.

Public Methods

@Nonnull public String load (ApplicationUser user)

Returns the home stored for the given user.

Parameters
user the user for which the home is requested
Returns
  • the home if found, else an empty string

public void store (ApplicationUser user, String home)

Stores the given home for the given user.

Parameters
user the user for which the home is stored
home the actual home to be stored
Throws
MyJiraHomeUpdateException if the update fails