Class XrayTestExecutionInfoEntity

java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestExecutionInfoEntity

public class XrayTestExecutionInfoEntity extends Object
Xray test execution info entity.
See Also:
  • Constructor Details

    • XrayTestExecutionInfoEntity

      public XrayTestExecutionInfoEntity()
  • Method Details

    • addTestEnvironment

      public void addTestEnvironment(String environment)
      Add a test environment to the list of test environments. The provided environment string is modified such that it will be displayed correctly in Xray (e.g. whitespace will be removed).
      Parameters:
      environment - a test environment
    • getProject

      public String getProject()
      The project key where the test execution will be created.
    • getSummary

      public String getSummary()
      The summary for the test execution issue.
    • getDescription

      public String getDescription()
      The description for the test execution issue.
    • getVersion

      public String getVersion()
      The version name for the Fix Version field of the test execution issue.
    • getRevision

      public String getRevision()
      A revision for the revision custom field.
    • getUser

      public String getUser()
      The username for the Jira user who executed the tests.
    • getStartDate

      public String getStartDate()
      The start date for the test execution issue.
    • getFinishDate

      public String getFinishDate()
      The finish date for the test execution issue.
    • getTestPlanKey

      public String getTestPlanKey()
      The test plan key for associating the test execution issue.
    • setProject

      public void setProject(String project)
      The project key where the test execution will be created.
    • setSummary

      public void setSummary(String summary)
      The summary for the test execution issue.
    • setDescription

      public void setDescription(String description)
      The description for the test execution issue.
    • setVersion

      public void setVersion(String version)
      The version name for the Fix Version field of the test execution issue.
    • setRevision

      public void setRevision(String revision)
      A revision for the revision custom field.
    • setUser

      public void setUser(String user)
      The username for the Jira user who executed the tests.
    • setStartDate

      public void setStartDate(String startDate)
      The start date for the test execution issue.
    • setFinishDate

      public void setFinishDate(String finishDate)
      The finish date for the test execution issue.
    • setTestPlanKey

      public void setTestPlanKey(String testPlanKey)
      The test plan key for associating the test execution issue.
    • setTestEnvironments

      public void setTestEnvironments(List<String> testEnvironments)
      The test environments for the test execution issue.