com.atlassian.jira.functest.framework.backdoor
Class LicenseRoleControl
java.lang.Object
   com.atlassian.jira.testkit.client.RestApiClient<LicenseRoleControl>
com.atlassian.jira.testkit.client.RestApiClient<LicenseRoleControl>
       com.atlassian.jira.functest.framework.backdoor.LicenseRoleControl
com.atlassian.jira.functest.framework.backdoor.LicenseRoleControl
- public class LicenseRoleControl 
- extends com.atlassian.jira.testkit.client.RestApiClient<LicenseRoleControl>
 
| Nested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClient | 
| com.atlassian.jira.testkit.client.RestApiClient.Method | 
 
 
| Fields inherited from class com.atlassian.jira.testkit.client.RestApiClient | 
| REST_VERSION | 
 
 
 
| Methods inherited from class com.atlassian.jira.testkit.client.RestApiClient | 
| anonymous, createResource, createResourceGadget, createResourceInternal, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse, toResponse | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LicenseRoleControl
public LicenseRoleControl(JIRAEnvironmentData environmentData)
getRoles
public List<LicenseRoleControl.LicenseRoleBean> getRoles()
- 
 
getRolesMap
public Map<String,LicenseRoleControl.LicenseRoleBean> getRolesMap()
- 
 
getRolesResponse
public com.atlassian.jira.testkit.client.restclient.Response<List<LicenseRoleControl.LicenseRoleBean>> getRolesResponse()
- 
 
getRole
public LicenseRoleControl.LicenseRoleBean getRole(String role)
- 
 
getBusinessUser
public LicenseRoleControl.LicenseRoleBean getBusinessUser()
- 
 
getRoleResponse
public com.atlassian.jira.testkit.client.restclient.Response<LicenseRoleControl.LicenseRoleBean> getRoleResponse(String role)
- 
 
putRole
public LicenseRoleControl.LicenseRoleBean putRole(String role,
                                                  String... groups)
- 
 
putRoleResponse
public com.atlassian.jira.testkit.client.restclient.Response<LicenseRoleControl.LicenseRoleBean> putRoleResponse(String role,
                                                                                                                 String... groups)
- 
 
putBusinessUser
public LicenseRoleControl.LicenseRoleBean putBusinessUser(String... groups)
- 
 
Copyright © 2002-2014 Atlassian. All Rights Reserved.