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 Type
    Method
    Description
    Returns the ID of the created test execution issue.
    Returns the key of the created test execution issue.
    Returns 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
    • getKey

      String getKey()
      Returns the key of the created test execution issue.
      Returns:
      the ID
    • getSelf

      String getSelf()
      Returns the self link of the created test execution issue.
      Returns:
      the ID