Class ImportExecutionResultsResponseServerDto
java.lang.Object
de.qytera.qtaf.xray.dto.response.xray.ImportExecutionResultsResponseServerDto
- All Implemented Interfaces:
ImportExecutionResultsResponseDto
public class ImportExecutionResultsResponseServerDto
extends Object
implements ImportExecutionResultsResponseDto
Response object returned from Xray Server when a test execution results import has been successful.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the ID of the created test execution issue.getKey()Returns the key of the created test execution issue.getSelf()Returns the self link of the created test execution issue.de.qytera.qtaf.xray.dto.response.xray.ImportExecutionResultsResponseServerDto.TestExecutionIssueDtovoidsetTestExecIssue(de.qytera.qtaf.xray.dto.response.xray.ImportExecutionResultsResponseServerDto.TestExecutionIssueDto testExecIssue)
-
Constructor Details
-
ImportExecutionResultsResponseServerDto
public ImportExecutionResultsResponseServerDto()
-
-
Method Details
-
getId
Description copied from interface:ImportExecutionResultsResponseDtoReturns the ID of the created test execution issue.- Specified by:
getIdin interfaceImportExecutionResultsResponseDto- Returns:
- the ID
-
getKey
Description copied from interface:ImportExecutionResultsResponseDtoReturns the key of the created test execution issue.- Specified by:
getKeyin interfaceImportExecutionResultsResponseDto- Returns:
- the ID
-
getSelf
Description copied from interface:ImportExecutionResultsResponseDtoReturns the self link of the created test execution issue.- Specified by:
getSelfin interfaceImportExecutionResultsResponseDto- Returns:
- the ID
-
getTestExecIssue
public de.qytera.qtaf.xray.dto.response.xray.ImportExecutionResultsResponseServerDto.TestExecutionIssueDto getTestExecIssue() -
setTestExecIssue
public void setTestExecIssue(de.qytera.qtaf.xray.dto.response.xray.ImportExecutionResultsResponseServerDto.TestExecutionIssueDto testExecIssue)
-