Class XrayTestInfoEntity

java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
Direct Known Subclasses:
XrayTestInfoEntityCloud, XrayTestInfoEntityServer

public abstract class XrayTestInfoEntity extends Object
Xray test info entity.
See Also:
  • Field Details

    • summary

      protected String summary
      The summary for the test issue.
    • projectKey

      protected String projectKey
      The project key where the test issue will be created.
    • requirementKeys

      protected List<String> requirementKeys
      An array of requirement issue keys to associate with the test.
    • labels

      protected List<String> labels
      The test issue labels.
    • steps

      protected List<XrayTestStepEntity> steps
      An array of test steps (for Manual tests).
    • scenario

      protected String scenario
      The BDD scenario.
    • definition

      protected String definition
      The generic test definition.
  • Constructor Details

  • Method Details

    • getSummary

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

      public String getProjectKey()
      The project key where the test issue will be created.
    • getRequirementKeys

      public List<String> getRequirementKeys()
      An array of requirement issue keys to associate with the test.
    • getLabels

      public List<String> getLabels()
      The test issue labels.
    • getSteps

      public List<XrayTestStepEntity> getSteps()
      An array of test steps (for Manual tests).
    • getScenario

      public String getScenario()
      The BDD scenario.
    • getDefinition

      public String getDefinition()
      The generic test definition.
    • setSummary

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

      public void setProjectKey(String projectKey)
      The project key where the test issue will be created.
    • setRequirementKeys

      public void setRequirementKeys(List<String> requirementKeys)
      An array of requirement issue keys to associate with the test.
    • setLabels

      public void setLabels(List<String> labels)
      The test issue labels.
    • setSteps

      public void setSteps(List<XrayTestStepEntity> steps)
      An array of test steps (for Manual tests).
    • setScenario

      public void setScenario(String scenario)
      The BDD scenario.
    • setDefinition

      public void setDefinition(String definition)
      The generic test definition.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object