public class MyJiraHomePreferenceImpl extends Object implements MyJiraHomePreference
| Constructor and Description |
|---|
MyJiraHomePreferenceImpl(MyJiraHomeValidator validator,
MyJiraHomeStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
String |
findHome(ApplicationUser user)
Finds a home location for the given user.
|
public MyJiraHomePreferenceImpl(@Nonnull MyJiraHomeValidator validator, @Nonnull MyJiraHomeStorage storage)
@Nonnull public String findHome(@Nullable ApplicationUser user)
MyJiraHomePreferencefindHome in interface MyJiraHomePreferenceuser - the user for which the home location is requestedCopyright © 2002-2022 Atlassian. All Rights Reserved.