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.
    void
    Set the ID of the created test execution issue.
    void
    Set the key of the created test execution issue.
    void
    Set 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

      void setId(String id)
      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

      void setKey(String key)
      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

      void setSelf(String self)
      Set the self link of the created test execution issue.
      Parameters:
      self - the self link