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

java.lang.Object
  extended by com.atlassian.jira.testkit.client.RestApiClient<T>
      extended by com.atlassian.jira.testkit.client.BackdoorControl<T>
          extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<EntityEngineControl>
              extended by com.atlassian.jira.functest.framework.backdoor.EntityEngineControl

public class EntityEngineControl
extends BackdoorControl<EntityEngineControl>

Put here anything you need in Backdoor/TestKit. Later it will be promoted to the official package.

Since:
v5.2

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.testkit.client.BackdoorControl
com.atlassian.jira.testkit.client.BackdoorControl.BackdoorLoggingFilter, com.atlassian.jira.testkit.client.BackdoorControl.JsonMediaTypeFilter
 
Nested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClient
com.atlassian.jira.testkit.client.RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.testkit.client.BackdoorControl
API_REST_PATH, API_REST_VERSION, DEFAULT_REST_PATH, logger, rootPath
 
Fields inherited from class com.atlassian.jira.testkit.client.RestApiClient
REST_VERSION
 
Constructor Summary
EntityEngineControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
           
 
Method Summary
 List<Map<String,String>> findByAnd(String entityName, Map restriction)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource
 
Methods inherited from class com.atlassian.jira.testkit.client.BackdoorControl
createResourceForPath, createResourceForPath, get, getRestModulePath
 
Methods inherited from class com.atlassian.jira.testkit.client.RestApiClient
anonymous, 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
 

Constructor Detail

EntityEngineControl

public EntityEngineControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
Method Detail

findByAnd

public List<Map<String,String>> findByAnd(String entityName,
                                          Map restriction)


Copyright © 2002-2014 Atlassian. All Rights Reserved.