| Package | Description |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.model | |
| br.eti.kinoshita.testlinkjavaapi.util |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
TestLinkAPI.getTestCaseCustomFieldDesignValue(Integer testCaseId,
Integer testCaseExternalId,
Integer versionNumber,
Integer testProjectId,
String customFieldName,
ResponseDetails details)
Retrieves list of Custom Fields for a Test Case.
|
protected CustomField |
TestLinkAPI.getTestCaseCustomFieldExecutionValue(Integer testCaseId,
Integer testCaseExternalId,
Integer versionNumber,
Integer executionId,
Integer testProjectId,
String customFieldName,
ResponseDetails details)
Gets the test case custom field value on test execution scope.
|
protected CustomField |
TestLinkAPI.getTestCaseCustomFieldTestPlanDesignValue(Integer testCaseId,
Integer testCaseExternalId,
Integer versionNumber,
Integer testProjectId,
String customFieldName,
ResponseDetails details)
Gets the test case custom field value on test plan design scope.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomField> |
TestCase.getCustomFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setCustomFields(List<CustomField> customFields) |
| Constructor and Description |
|---|
TestCase(Integer id,
String name,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestImportance testImportance,
ExecutionType executionType,
Integer executionOrder,
Integer order,
Integer internalId,
String fullExternalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus,
Platform platform,
Integer featureId)
Constructor with args.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomField |
Util.getCustomField(Map<String,Object> map) |
Copyright © 2010-2011 the testlink-java-api team-2013. All Rights Reserved.