Class XrayTestExecutionInfoEntity

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

public class XrayTestExecutionInfoEntity extends Object
Test Execution Info Entity
  • Constructor Details

    • XrayTestExecutionInfoEntity

      public XrayTestExecutionInfoEntity()
  • Method Details

    • getProjectKey

      public String getProjectKey()
      Get projectKey
      Returns:
      projectKey
    • setProjectKey

      public XrayTestExecutionInfoEntity setProjectKey(String projectKey)
      Set projectKey
      Parameters:
      projectKey - ProjectKey
      Returns:
      this
    • getSummary

      public String getSummary()
      Get summary
      Returns:
      summary
    • setSummary

      public XrayTestExecutionInfoEntity setSummary(String summary)
      Set summary
      Parameters:
      summary - Summary
      Returns:
      this
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public XrayTestExecutionInfoEntity setDescription(String description)
      Set description
      Parameters:
      description - Description
      Returns:
      this
    • getVersion

      public String getVersion()
      Get version
      Returns:
      version
    • setVersion

      public XrayTestExecutionInfoEntity setVersion(String version)
      Set version
      Parameters:
      version - Version
      Returns:
      this
    • getUser

      public String getUser()
      Get user
      Returns:
      user
    • setUser

      public XrayTestExecutionInfoEntity setUser(String user)
      Set user
      Parameters:
      user - User
      Returns:
      this
    • getRevision

      public String getRevision()
      Get revision
      Returns:
      revision
    • setRevision

      public XrayTestExecutionInfoEntity setRevision(String revision)
      Set revision
      Parameters:
      revision - Revision
      Returns:
      this
    • getStartDate

      public String getStartDate()
      Get startDate
      Returns:
      startDate
    • setStartDate

      public XrayTestExecutionInfoEntity setStartDate(String startDate)
      Set startDate
      Parameters:
      startDate - StartDate
      Returns:
      this
    • getFinishDate

      public String getFinishDate()
      Get finishDate
      Returns:
      finishDate
    • setFinishDate

      public XrayTestExecutionInfoEntity setFinishDate(String finishDate)
      Set finishDate
      Parameters:
      finishDate - FinishDate
      Returns:
      this
    • getTestPlanKey

      public String getTestPlanKey()
      Get testPlanKey
      Returns:
      testPlanKey
    • setTestPlanKey

      public XrayTestExecutionInfoEntity setTestPlanKey(String testPlanKey)
      Set testPlanKey
      Parameters:
      testPlanKey - TestPlanKey
      Returns:
      this
    • getTestEnvironments

      public List<String> getTestEnvironments()
      Get testEnvironments
      Returns:
      testEnvironments
    • addTestEnvironment

      public XrayTestExecutionInfoEntity addTestEnvironment(String environment)
      Add test environment
      Parameters:
      environment - Test environment
      Returns:
      this
    • setTestEnvironments

      public XrayTestExecutionInfoEntity setTestEnvironments(List<String> testEnvironments)
      Set testEnvironments
      Parameters:
      testEnvironments - TestEnvironments
      Returns:
      this