Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.constants |
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.
|
CustomField |
TestLinkAPI.getTestCaseCustomFieldExecutionValue(Integer testCaseId,
Integer testCaseExternalId,
Integer versionNumber,
Integer executionId,
Integer testPlanID,
Integer testProjectId,
String customFieldName,
ResponseDetails details)
Gets the test case custom field value on test execution scope.
|
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.
|
CustomField |
TestLinkAPI.getTestPlanCustomFieldDesignValue(Integer testPlanId,
Integer testProjectId,
String customFieldName,
ResponseDetails details)
Gets the test plan custom field value
|
Modifier and Type | Method and Description |
---|---|
static ResponseDetails |
ResponseDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseDetails[] |
ResponseDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2020. All rights reserved.