Package de.qytera.qtaf.xray.entity
Class XrayTestInfoEntity
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
- Direct Known Subclasses:
XrayTestInfoEntityCloud,XrayTestInfoEntityServer
Xray test info entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classXrayTestInfoEntity.XrayTestInfoEntityBuilder<C extends XrayTestInfoEntity,B extends XrayTestInfoEntity.XrayTestInfoEntityBuilder<C, B>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe generic test definition.The test issue labels.protected StringThe project key where the test issue will be created.An array of requirement issue keys to associate with the test.protected StringThe BDD scenario.protected List<XrayTestStepEntity>An array of test steps (for Manual tests).protected StringThe summary for the test issue. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe generic test definition.The test issue labels.The project key where the test issue will be created.An array of requirement issue keys to associate with the test.The BDD scenario.getSteps()An array of test steps (for Manual tests).The summary for the test issue.inthashCode()voidsetDefinition(String definition) The generic test definition.voidThe test issue labels.voidsetProjectKey(String projectKey) The project key where the test issue will be created.voidsetRequirementKeys(List<String> requirementKeys) An array of requirement issue keys to associate with the test.voidsetScenario(String scenario) The BDD scenario.voidsetSteps(List<XrayTestStepEntity> steps) An array of test steps (for Manual tests).voidsetSummary(String summary) The summary for the test issue.
-
Field Details
-
summary
The summary for the test issue. -
projectKey
The project key where the test issue will be created. -
requirementKeys
An array of requirement issue keys to associate with the test. -
labels
The test issue labels. -
steps
An array of test steps (for Manual tests). -
scenario
The BDD scenario. -
definition
The generic test definition.
-
-
Constructor Details
-
XrayTestInfoEntity
-
-
Method Details
-
getSummary
The summary for the test issue. -
getProjectKey
The project key where the test issue will be created. -
getRequirementKeys
An array of requirement issue keys to associate with the test. -
getLabels
The test issue labels. -
getSteps
An array of test steps (for Manual tests). -
getScenario
The BDD scenario. -
getDefinition
The generic test definition. -
setSummary
The summary for the test issue. -
setProjectKey
The project key where the test issue will be created. -
setRequirementKeys
An array of requirement issue keys to associate with the test. -
setLabels
The test issue labels. -
setSteps
An array of test steps (for Manual tests). -
setScenario
The BDD scenario. -
setDefinition
The generic test definition. -
equals
-
canEqual
-
hashCode
public int hashCode()
-