Class FailureDefectConfiguration

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

public class FailureDefectConfiguration extends Object
Since:
3.25.6
  • Constructor Details

    • FailureDefectConfiguration

      public FailureDefectConfiguration()
    • FailureDefectConfiguration

      public FailureDefectConfiguration(@NotNull String defectWorkItemType, @Nullable String defectsProject)
  • Method Details

    • getDefectWorkItemType

      @Nullable public String getDefectWorkItemType()
    • setDefectWorkItemType

      public void setDefectWorkItemType(@NotNull String defectWorkItemType)
      Be careful not to add a duplicate defectWorkItemType.
      Parameters:
      defectWorkItemType -
    • getDefectsProject

      @Nullable public String getDefectsProject()
    • setDefectsProject

      public void setDefectsProject(@Nullable String defectsProject)
    • getDefectTemplate

      @Nullable public String getDefectTemplate()
    • setDefectTemplate

      public void setDefectTemplate(@Nullable String defectTemplate)
    • getDefectToTestCaseLinkRoleId

      @Nullable public String getDefectToTestCaseLinkRoleId()
    • setDefectToTestCaseLinkRoleId

      public void setDefectToTestCaseLinkRoleId(@Nullable String defectToTestCaseLinkRoleId)
    • getDefectReuseType

      @NotNull public TestsConfiguration.DefectReuseType getDefectReuseType()
    • setDefectReuseType

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

      public void setDefectReuseType(@Nullable String defectReuseType)
    • isDefectAutoAssignmentEnabled

      public boolean isDefectAutoAssignmentEnabled()
    • setDefectAutoAssignmentEnabled

      public void setDefectAutoAssignmentEnabled(@Nullable Boolean defectAutoAssignmentEnabled)
    • getFieldsToCopyFromTestCaseToDefect

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

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

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

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

      @Nullable public LinkedHashMap<String,String> getFieldsToCopyFromTestRunToNewDefect()
    • 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