Class TestCaseFailureConfiguration

java.lang.Object
com.polarion.alm.tracker.TestCaseFailureConfiguration

public class TestCaseFailureConfiguration extends Object
Since:
3.24.10
  • Constructor Details

    • TestCaseFailureConfiguration

      public TestCaseFailureConfiguration()
    • TestCaseFailureConfiguration

      public TestCaseFailureConfiguration(@NotNull TestCaseFailureConfiguration other)
  • Method Details

    • getTestCaseWorkItemType

      @Nullable public String getTestCaseWorkItemType()
    • setTestCaseWorkItemType

      public void setTestCaseWorkItemType(@Nullable String testCaseWorkItemType)
    • isRetestAllowed

      public boolean isRetestAllowed()
    • getDefectWorkItemType

      @Nullable public String getDefectWorkItemType()
    • getDefectsProject

      @Nullable public String getDefectsProject()
    • getDefectTemplate

      @Nullable public String getDefectTemplate()
    • getDefectToTestCaseLinkRoleId

      @Nullable public String getDefectToTestCaseLinkRoleId()
    • getDefectReuseType

      @NotNull public TestsConfiguration.DefectReuseType getDefectReuseType()
    • isDefectAutoAssignmentEnabled

      public boolean isDefectAutoAssignmentEnabled()
    • getFieldsToCopyFromTestCaseToDefect

      @Nullable public LinkedHashMap<String,String> getFieldsToCopyFromTestCaseToDefect()
    • getFieldsToCopyFromTestRunToLinkedDefect

      @Nullable public LinkedHashMap<String,String> getFieldsToCopyFromTestRunToLinkedDefect()
    • getFieldsToCopyFromTestRunToNewDefect

      @Nullable public LinkedHashMap<String,String> getFieldsToCopyFromTestRunToNewDefect()
    • setRetestAllowed

      public void setRetestAllowed(@Nullable Boolean retestAllowed)
    • setDefectWorkItemType

      public void setDefectWorkItemType(@Nullable String defectWorkItemType)
    • setDefectsProject

      public void setDefectsProject(@Nullable String defectsProject)
    • setDefectTemplate

      public void setDefectTemplate(@Nullable String defectTemplate)
    • setDefectToTestCaseLinkRoleId

      public void setDefectToTestCaseLinkRoleId(@Nullable String defectToTestCaseLinkRoleId)
    • setDefectReuseType

      public void setDefectReuseType(@Nullable TestsConfiguration.DefectReuseType defectReuseType)
    • setDefectReuseType

      public void setDefectReuseType(@Nullable String defectReuseType)
    • setDefectAutoAssignmentEnabled

      public void setDefectAutoAssignmentEnabled(@Nullable Boolean defectAutoAssignmentEnabled)
    • setFieldsToCopyFromTestCaseToDefect

      public void setFieldsToCopyFromTestCaseToDefect(@Nullable LinkedHashMap<String,String> fieldsToCopyFromTestCaseToDefect)
    • setFieldsToCopyFromTestRunToLinkedDefect

      public void setFieldsToCopyFromTestRunToLinkedDefect(@Nullable LinkedHashMap<String,String> fieldsToCopyFromTestRunToLinkedDefect)
    • setFieldsToCopyFromTestRunToNewDefect

      public void setFieldsToCopyFromTestRunToNewDefect(@Nullable LinkedHashMap<String,String> fieldsToCopyFromTestRunToNewDefect)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object