Interface ImportExecutionResultsResponseDto
- All Known Implementing Classes:
ImportExecutionResultsResponseCloudDto,ImportExecutionResultsResponseServerDto
public interface ImportExecutionResultsResponseDto
Xray import response DTO. This class represents the JSON structure that Xray API returns when importing tests.
-
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.voidSet 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.
-
Method Details
-
getId
String getId()Returns the ID of the created test execution issue.- Returns:
- the ID
-
setId
Set the ID of the created test execution issue.- Parameters:
id- the ID
-
getKey
String getKey()Returns the key of the created test execution issue.- Returns:
- the ID
-
setKey
Set the key of the created test execution issue.- Parameters:
key- the key
-
getSelf
String getSelf()Returns the self link of the created test execution issue.- Returns:
- the ID
-
setSelf
Set the self link of the created test execution issue.- Parameters:
self- the self link
-