Uses of Class
jetbrains.buildServer.users.UserModelEx.SORT_BY
-
Packages that use UserModelEx.SORT_BY Package Description jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of UserModelEx.SORT_BY in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that return UserModelEx.SORT_BY Modifier and Type Method Description static UserModelEx.SORT_BYUserModelEx.SORT_BY. valueOf(String name)Returns the enum constant of this type with the specified name.static UserModelEx.SORT_BY[]UserModelEx.SORT_BY. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.users with parameters of type UserModelEx.SORT_BY Modifier and Type Method Description List<UserEx>UserModelEx. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)Searches for users with specified keyword in username, name or email. -
Uses of UserModelEx.SORT_BY in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl with parameters of type UserModelEx.SORT_BY Modifier and Type Method Description List<UserEx>SecuredUserModel. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)List<UserEx>UserModelImpl. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)
-