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.TestExecutionIssueDtovoidSet the ID of the created test execution issue.voidSet the key of the created test execution issue.voidSet the self link of the created test execution issue.voidsetTestExecIssue(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
-
setId
Description copied from interface:ImportExecutionResultsResponseDtoSet the ID of the created test execution issue.- Specified by:
setIdin interfaceImportExecutionResultsResponseDto- Parameters:
id- the ID
-
getKey
Description copied from interface:ImportExecutionResultsResponseDtoReturns the key of the created test execution issue.- Specified by:
getKeyin interfaceImportExecutionResultsResponseDto- Returns:
- the ID
-
setKey
Description copied from interface:ImportExecutionResultsResponseDtoSet the key of the created test execution issue.- Specified by:
setKeyin interfaceImportExecutionResultsResponseDto- Parameters:
key- the key
-
getSelf
Description copied from interface:ImportExecutionResultsResponseDtoReturns the self link of the created test execution issue.- Specified by:
getSelfin interfaceImportExecutionResultsResponseDto- Returns:
- the ID
-
setSelf
Description copied from interface:ImportExecutionResultsResponseDtoSet the self link of the created test execution issue.- Specified by:
setSelfin interfaceImportExecutionResultsResponseDto- Parameters:
self- the self link
-
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)
-