Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi.model | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
Role |
User.getGlobalRole() |
Modifier and Type | Method and Description |
---|---|
void |
User.setGlobalRole(Role globalRole) |
Constructor and Description |
---|
User(Integer dbID,
String login,
String firstName,
String lastName,
String locale,
String emailAddress,
Integer isActive,
String userApiKey,
String loginRegExp,
Integer tprojectRoles,
Integer tplanRoles,
Role globalRole,
Integer globalRoleID,
Integer defaultTestprojectID)
Constructor with args.
|
Modifier and Type | Method and Description |
---|---|
static Role |
Util.getRole(Map<String,Object> map)
Get a
Role from a map with properties. |
Copyright © 2010–2020. All rights reserved.