|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomField | |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.model | |
| br.eti.kinoshita.testlinkjavaapi.util | |
| Uses of CustomField in br.eti.kinoshita.testlinkjavaapi |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi that return CustomField | |
|---|---|
CustomField |
TestLinkAPI.getTestCaseCustomFieldDesignValue(Integer testCaseId,
Integer testCaseExternalId,
Integer versionNumber,
Integer testProjectId,
String customFieldName,
ResponseDetails details)
Retrieves list of Custom Fields for a Test Case. |
| Uses of CustomField in br.eti.kinoshita.testlinkjavaapi.model |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.model that return types with arguments of type CustomField | |
|---|---|
List<CustomField> |
TestCase.getCustomFields()
|
| Method parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type CustomField | |
|---|---|
void |
TestCase.setCustomFields(List<CustomField> customFields)
|
| Constructor parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type CustomField | |
|---|---|
TestCase(Integer id,
String name,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestImportance testImportance,
ExecutionType executionType,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
String actionOnDuplicatedName,
Integer versionId,
Integer parentId,
List<CustomField> customFields)
|
|
| Uses of CustomField in br.eti.kinoshita.testlinkjavaapi.util |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.util that return CustomField | |
|---|---|
static CustomField |
Util.getCustomField(Map<String,Object> map)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||