|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.web.functions.user.UserFunctions
public class UserFunctions
Various user related functions
| Constructor Summary | |
|---|---|
UserFunctions(UserModel userModel)
|
|
| Method Summary | |
|---|---|
static boolean |
booleanPropertyValue(User user,
java.lang.String propName)
Returns value of boolean property from the specified user profile. |
static java.util.List<SUser> |
getAllUsers()
Returns all users registered in the system, sorted by their names |
static java.lang.String |
getPropertyValue(User user,
java.lang.String propName)
Returns string value of property from the specified user profile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserFunctions(UserModel userModel)
| Method Detail |
|---|
public static boolean booleanPropertyValue(@NotNull
User user,
@NotNull
java.lang.String propName)
user - userpropName - name of the property
public static java.lang.String getPropertyValue(@NotNull
User user,
@NotNull
java.lang.String propName)
user - userpropName - name of the property
public static java.util.List<SUser> getAllUsers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||