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(User user)
Returns the home stored for the given user.
|
void
|
store(User user, String home)
Stores the given home for the given user.
|
Public Methods
@Nonnull
public
String
load
(User 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
(User 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 |