public class UserFitsNavigatorHelper extends Object
| Constructor and Description |
|---|
UserFitsNavigatorHelper(UserSearchService userSearchService) |
| Modifier and Type | Method and Description |
|---|---|
String |
checkUser(String name)
This method checks if the user exists and will fit in the navigator, and returns the value that should be shown
in the navigator.
|
public UserFitsNavigatorHelper(UserSearchService userSearchService)
public String checkUser(String name)
If the user is not found by any means, then the passed in name is returned.
name - the username or fullname of the user to search forCopyright © 2002-2015 Atlassian. All Rights Reserved.