public class EntityEngineControl extends BackdoorControl<EntityEngineControl>
Modifier and Type | Class and Description |
---|---|
static class |
EntityEngineControl.ValueType |
Constructor and Description |
---|
EntityEngineControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
Long |
countByAnd(String entityName,
Map restriction) |
List<Map<String,Object>> |
findByAnd(String entityName,
Map restriction) |
List<Map<String,String>> |
findByValueList(String entityName,
String field,
List<?> values,
List<String> returnFields,
EntityEngineControl.ValueType type) |
List<Map<String,String>> |
findByValueList2Fields(String entityName,
String field,
String field2,
List<?> values,
List<String> returnFields,
EntityEngineControl.ValueType type) |
createResource
createResourceForPath, createResourceForPath, get, getRestModulePath
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public EntityEngineControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
Copyright © 2002-2022 Atlassian. All Rights Reserved.