Package de.qytera.qtaf.xray.entity
Class XrayTestExecutionInfoEntity
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity
Xray test execution info entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestEnvironment(String environment) Add a test environment to the list of test environments.builder()protected booleanbooleanThe description for the test execution issue.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.The test environments for the test execution issue.The test plan key for associating the test execution issue.getUser()The username for the Jira user who executed the tests.The version name for the Fix Version field of the test execution issue.inthashCode()voidsetDescription(String description) The description for the test execution issue.voidsetFinishDate(String finishDate) The finish date for the test execution issue.voidsetProject(String project) The project key where the test execution will be created.voidsetRevision(String revision) A revision for the revision custom field.voidsetStartDate(String startDate) The start date for the test execution issue.voidsetSummary(String summary) The summary for the test execution issue.voidsetTestEnvironments(List<String> testEnvironments) The test environments for the test execution issue.voidsetTestPlanKey(String testPlanKey) The test plan key for associating the test execution issue.voidThe username for the Jira user who executed the tests.voidsetVersion(String version) The version name for the Fix Version field of the test execution issue.toString()
-
Constructor Details
-
XrayTestExecutionInfoEntity
-
XrayTestExecutionInfoEntity
public XrayTestExecutionInfoEntity()
-
-
Method Details
-
addTestEnvironment
Add a test environment to the list of test environments. The provided environment string is modified such that it will be displayed correctly in Xray (e.g. whitespace will be removed).- Parameters:
environment- a test environment
-
builder
-
getProject
The project key where the test execution will be created. -
getSummary
The summary for the test execution issue. -
getDescription
The description for the test execution issue. -
getVersion
The version name for the Fix Version field of the test execution issue. -
getRevision
A revision for the revision custom field. -
getUser
The username for the Jira user who executed the tests. -
getStartDate
The start date for the test execution issue. -
getFinishDate
The finish date for the test execution issue. -
getTestPlanKey
The test plan key for associating the test execution issue. -
getTestEnvironments
The test environments for the test execution issue. -
setProject
The project key where the test execution will be created. -
setSummary
The summary for the test execution issue. -
setDescription
The description for the test execution issue. -
setVersion
The version name for the Fix Version field of the test execution issue. -
setRevision
A revision for the revision custom field. -
setUser
The username for the Jira user who executed the tests. -
setStartDate
The start date for the test execution issue. -
setFinishDate
The finish date for the test execution issue. -
setTestPlanKey
The test plan key for associating the test execution issue. -
setTestEnvironments
The test environments for the test execution issue. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-