Package | Description |
---|---|
com.atlassian.jira.functest.framework.backdoor | |
com.atlassian.jira.functest.matcher |
Modifier and Type | Method and Description |
---|---|
LicenseRoleControl.LicenseRoleBean |
LicenseRoleControl.getBusinessUser() |
LicenseRoleControl.LicenseRoleBean |
LicenseRoleControl.getRole(String role) |
LicenseRoleControl.LicenseRoleBean |
LicenseRoleControl.putBusinessUser(String... groups) |
LicenseRoleControl.LicenseRoleBean |
LicenseRoleControl.putRole(String role,
String... groups) |
LicenseRoleControl.LicenseRoleBean |
LicenseRoleControl.putRoleWithPrimary(String role,
String primaryGroup,
String... groups) |
LicenseRoleControl.LicenseRoleBean |
LicenseRoleControl.LicenseRoleBean.setPrimaryGroup(String primary) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.testkit.client.restclient.Response<LicenseRoleControl.LicenseRoleBean> |
LicenseRoleControl.getRoleResponse(String role) |
List<LicenseRoleControl.LicenseRoleBean> |
LicenseRoleControl.getRoles() |
Map<String,LicenseRoleControl.LicenseRoleBean> |
LicenseRoleControl.getRolesMap() |
com.atlassian.jira.testkit.client.restclient.Response<List<LicenseRoleControl.LicenseRoleBean>> |
LicenseRoleControl.getRolesResponse() |
com.atlassian.jira.testkit.client.restclient.Response<LicenseRoleControl.LicenseRoleBean> |
LicenseRoleControl.putRoleResponse(String role,
String... groups) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LicenseRoleBeanMatcher.matchesSafely(LicenseRoleControl.LicenseRoleBean item,
org.hamcrest.Description mismatchDescription) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.