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.
|
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 |
---|---|
List<CustomField> |
TestCase.getCustomFields() |
List<CustomField> |
TestPlan.getCustomFields() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setCustomFields(List<CustomField> customFields) |
void |
TestPlan.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,
TestCaseStatus testcaseStatus,
TestImportance testImportance,
ExecutionType executionType,
Integer executionOrder,
Integer order,
Integer internalId,
Integer externalId,
String fullExternalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus,
Platform platform,
Integer featureId)
Constructor with args.
|
TestPlan(Integer id,
String name,
String projectName,
String notes,
Boolean isActive,
Boolean isPublic,
List<CustomField> customFields)
Constructor with parameters.
|
Modifier and Type | Method and Description |
---|---|
static CustomField |
Util.getCustomField(Map<String,Object> map) |
Copyright © 2010–2020. All rights reserved.