public interface MyJiraHomeStorage
Modifier and Type | Method and Description |
---|---|
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.
|
@Nonnull String load(@Nonnull ApplicationUser user)
user
- the user for which the home is requestedvoid store(@Nonnull ApplicationUser user, @Nonnull String home)
user
- the user for which the home is storedhome
- the actual home to be storedMyJiraHomeUpdateException
- if the update failsCopyright © 2002-2019 Atlassian. All Rights Reserved.