com.atlassian.jira.functest.framework.backdoor
Class ServicesControl

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
      extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<ServicesControl>
          extended by com.atlassian.jira.functest.framework.backdoor.ServicesControl
All Implemented Interfaces:
FuncTestLogger

public class ServicesControl
extends BackdoorControl<ServicesControl>

Use this class from func/selenium/page-object tests that need to manipulate or query Services.

See ServicesBackdoor for the code this plugs into at the back-end.

Since:
v5.0

Nested Class Summary
static class ServicesControl.ServiceBean
           
 
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
restPathRootLength
 
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
ServicesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
           
 
Method Summary
 ServicesControl.ServiceBean getService(long id)
           
 List<ServicesControl.ServiceBean> getServices()
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, get, get, get, getId, log, log, post
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesControl

public ServicesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
Method Detail

getServices

public List<ServicesControl.ServiceBean> getServices()

getService

public ServicesControl.ServiceBean getService(long id)


Copyright © 2002-2012 Atlassian. All Rights Reserved.