Class ImportExecutionResultsRequestDto
java.lang.Object
de.qytera.qtaf.xray.dto.request.xray.ImportExecutionResultsRequestDto
Xray import request DTO. This class represents the JSON structure that Xray API expects when importing tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()The info object for creating new Test Execution issues.The test execution key where to import the execution results.getTests()The Test Run result details.voidThe info object for creating new Test Execution issues.voidsetTestExecutionKey(String testExecutionKey) The test execution key where to import the execution results.voidsetTests(List<XrayTestEntity> tests) The Test Run result details.
-
Constructor Details
-
ImportExecutionResultsRequestDto
public ImportExecutionResultsRequestDto()
-
-
Method Details
-
getTestExecutionKey
The test execution key where to import the execution results. -
getInfo
The info object for creating new Test Execution issues. -
getTests
The Test Run result details. -
setTestExecutionKey
The test execution key where to import the execution results. -
setInfo
The info object for creating new Test Execution issues. -
setTests
The Test Run result details.
-