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)
MyJiraHomePreference
findHome
in interface MyJiraHomePreference
user
- the user for which the home location is requestedCopyright © 2002-2019 Atlassian. All Rights Reserved.