Package de.qytera.qtaf.xray.entity
Class XrayTestInfoEntityCloud
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
de.qytera.qtaf.xray.entity.XrayTestInfoEntityCloud
Xray test info entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXrayTestInfoEntityCloud(String summary, String projectKey, String type) Create a newXrayTestInfoEntityCloudwith the given summary, project key and test type. -
Method Summary
Methods inherited from class de.qytera.qtaf.xray.entity.XrayTestInfoEntity
getDefinition, getLabels, getProjectKey, getRequirementKeys, getScenario, getSteps, getSummary, setDefinition, setLabels, setRequirementKeys, setScenario, setSteps
-
Constructor Details
-
XrayTestInfoEntityCloud
Create a newXrayTestInfoEntityCloudwith the given summary, project key and test type.- Parameters:
summary- the summaryprojectKey- the project keytype- the test type
-
-
Method Details
-
getType
The test type (e.g. Manual, Cucumber, Generic). -
equals
- Overrides:
equalsin classXrayTestInfoEntity
-
canEqual
- Overrides:
canEqualin classXrayTestInfoEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classXrayTestInfoEntity
-