public class

LicenseRoleControl

extends RestApiClient<T extends RestApiClient<T>>
java.lang.Object
   ↳ com.atlassian.jira.testkit.client.RestApiClient<T extends com.atlassian.jira.testkit.client.RestApiClient<T>>
     ↳ com.atlassian.jira.functest.framework.backdoor.LicenseRoleControl

Summary

Nested Classes
class LicenseRoleControl.LicenseRoleBean  
[Expand]
Inherited Constants
From class com.atlassian.jira.testkit.client.RestApiClient
Public Constructors
LicenseRoleControl(JIRAEnvironmentData environmentData)
Public Methods
LicenseRoleControl.LicenseRoleBean getBusinessUser()
LicenseRoleControl.LicenseRoleBean getRole(String role)
Response<LicenseRoleControl.LicenseRoleBean> getRoleResponse(String role)
List<LicenseRoleControl.LicenseRoleBean> getRoles()
Map<StringLicenseRoleControl.LicenseRoleBean> getRolesMap()
Response<List<LicenseRoleControl.LicenseRoleBean>> getRolesResponse()
LicenseRoleControl.LicenseRoleBean putBusinessUser(String... groups)
LicenseRoleControl.LicenseRoleBean putRole(String role, String... groups)
Response<LicenseRoleControl.LicenseRoleBean> putRoleResponse(String role, String... groups)
[Expand]
Inherited Methods
From class com.atlassian.jira.testkit.client.RestApiClient
From class java.lang.Object

Public Constructors

public LicenseRoleControl (JIRAEnvironmentData environmentData)

Public Methods

public LicenseRoleControl.LicenseRoleBean getBusinessUser ()

public Response<LicenseRoleControl.LicenseRoleBean> getRoleResponse (String role)

public Map<StringLicenseRoleControl.LicenseRoleBean> getRolesMap ()

public Response<List<LicenseRoleControl.LicenseRoleBean>> getRolesResponse ()

public LicenseRoleControl.LicenseRoleBean putBusinessUser (String... groups)

public LicenseRoleControl.LicenseRoleBean putRole (String role, String... groups)

public Response<LicenseRoleControl.LicenseRoleBean> putRoleResponse (String role, String... groups)