Package de.qytera.qtaf.xray.entity
Class XrayTestExecutionInfoEntity.XrayTestExecutionInfoEntityBuilder
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity.XrayTestExecutionInfoEntityBuilder
- Enclosing class:
- XrayTestExecutionInfoEntity
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) The description for the test execution issue.finishDate(String finishDate) The finish date for the test execution issue.The project key where the test execution will be created.A revision for the revision custom field.The start date for the test execution issue.The summary for the test execution issue.testEnvironments(List<String> testEnvironments) The test environments for the test execution issue.testPlanKey(String testPlanKey) The test plan key for associating the test execution issue.toString()The username for the Jira user who executed the tests.The version name for the Fix Version field of the test execution issue.
-
Method Details
-
project
The project key where the test execution will be created.- Returns:
this.
-
summary
The summary for the test execution issue.- Returns:
this.
-
description
public XrayTestExecutionInfoEntity.XrayTestExecutionInfoEntityBuilder description(String description) The description for the test execution issue.- Returns:
this.
-
version
The version name for the Fix Version field of the test execution issue.- Returns:
this.
-
revision
A revision for the revision custom field.- Returns:
this.
-
user
The username for the Jira user who executed the tests.- Returns:
this.
-
startDate
The start date for the test execution issue.- Returns:
this.
-
finishDate
The finish date for the test execution issue.- Returns:
this.
-
testPlanKey
public XrayTestExecutionInfoEntity.XrayTestExecutionInfoEntityBuilder testPlanKey(String testPlanKey) The test plan key for associating the test execution issue.- Returns:
this.
-
testEnvironments
public XrayTestExecutionInfoEntity.XrayTestExecutionInfoEntityBuilder testEnvironments(List<String> testEnvironments) The test environments for the test execution issue.- Returns:
this.
-
build
-
toString
-