public class MyJiraHomeStorageImpl extends Object implements MyJiraHomeStorage
| Constructor and Description |
|---|
MyJiraHomeStorageImpl(UserPreferencesManager userPreferencesManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
| 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.
|
public MyJiraHomeStorageImpl(@Nonnull UserPreferencesManager userPreferencesManager, @Nonnull com.atlassian.event.api.EventPublisher eventPublisher)
@Nonnull public String load(@Nonnull ApplicationUser user)
MyJiraHomeStorageload in interface MyJiraHomeStorageuser - the user for which the home is requestedpublic void store(@Nonnull ApplicationUser user, @Nonnull String home)
MyJiraHomeStoragestore in interface MyJiraHomeStorageuser - the user for which the home is storedhome - the actual home to be storedCopyright © 2002-2018 Atlassian. All Rights Reserved.