Package | Description |
---|---|
com.atlassian.jira.functest.framework.backdoor |
Modifier and Type | Method and Description |
---|---|
static EntityEngineControl.ValueType |
EntityEngineControl.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityEngineControl.ValueType[] |
EntityEngineControl.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
EntityEngineControl.findByValueList(String entityName,
String field,
List<?> values,
List<String> returnFields,
EntityEngineControl.ValueType type) |
List<Map<String,String>> |
EntityEngineControl.findByValueList2Fields(String entityName,
String field,
String field2,
List<?> values,
List<String> returnFields,
EntityEngineControl.ValueType type) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.