Class TestsConfiguration

java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestsConfiguration
All Implemented Interfaces:
Serializable

public class TestsConfiguration extends Object implements Serializable
See Also:
  • Constructor Details

    • TestsConfiguration

      public TestsConfiguration()
    • TestsConfiguration

      public TestsConfiguration(boolean defectAutoAssignementEnabled, String defectReuseType, String defectTemplate, String defectToTestCaseLinkRoleId, String defectWorkItemType, String defectsProject, Property[] fieldsToCopyFromTestCaseToDefect, Property[] fieldsToCopyFromTestRunToLinkedDefect, Property[] fieldsToCopyFromTestRunToNewDefect, Integer maxCreatedDefects, Integer maxCreatedDefectsPercent, String resultErrorEnumId, String resultFailedEnumId, String resultPassedEnumId, boolean retestAllowed, String statusErrorEnumId, String statusFailedEnumId, String statusOkEnumId, String summaryDefectSeverity, String testCaseIdCustomField, String testCaseTemplate, String testCaseTestCommentFieldId, String testCaseTestResultFieldId, String testCaseWorkItemType, String testRunTemplate, boolean testRunsGeneratedIdEnabled)
  • Method Details

    • isDefectAutoAssignementEnabled

      public boolean isDefectAutoAssignementEnabled()
      Gets the defectAutoAssignementEnabled value for this TestsConfiguration.
      Returns:
      defectAutoAssignementEnabled
    • setDefectAutoAssignementEnabled

      public void setDefectAutoAssignementEnabled(boolean defectAutoAssignementEnabled)
      Sets the defectAutoAssignementEnabled value for this TestsConfiguration.
      Parameters:
      defectAutoAssignementEnabled -
    • getDefectReuseType

      public String getDefectReuseType()
      Gets the defectReuseType value for this TestsConfiguration.
      Returns:
      defectReuseType
    • setDefectReuseType

      public void setDefectReuseType(String defectReuseType)
      Sets the defectReuseType value for this TestsConfiguration.
      Parameters:
      defectReuseType -
    • getDefectTemplate

      public String getDefectTemplate()
      Gets the defectTemplate value for this TestsConfiguration.
      Returns:
      defectTemplate
    • setDefectTemplate

      public void setDefectTemplate(String defectTemplate)
      Sets the defectTemplate value for this TestsConfiguration.
      Parameters:
      defectTemplate -
    • getDefectToTestCaseLinkRoleId

      public String getDefectToTestCaseLinkRoleId()
      Gets the defectToTestCaseLinkRoleId value for this TestsConfiguration.
      Returns:
      defectToTestCaseLinkRoleId
    • setDefectToTestCaseLinkRoleId

      public void setDefectToTestCaseLinkRoleId(String defectToTestCaseLinkRoleId)
      Sets the defectToTestCaseLinkRoleId value for this TestsConfiguration.
      Parameters:
      defectToTestCaseLinkRoleId -
    • getDefectWorkItemType

      public String getDefectWorkItemType()
      Gets the defectWorkItemType value for this TestsConfiguration.
      Returns:
      defectWorkItemType
    • setDefectWorkItemType

      public void setDefectWorkItemType(String defectWorkItemType)
      Sets the defectWorkItemType value for this TestsConfiguration.
      Parameters:
      defectWorkItemType -
    • getDefectsProject

      public String getDefectsProject()
      Gets the defectsProject value for this TestsConfiguration.
      Returns:
      defectsProject
    • setDefectsProject

      public void setDefectsProject(String defectsProject)
      Sets the defectsProject value for this TestsConfiguration.
      Parameters:
      defectsProject -
    • getFieldsToCopyFromTestCaseToDefect

      public Property[] getFieldsToCopyFromTestCaseToDefect()
      Gets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.
      Returns:
      fieldsToCopyFromTestCaseToDefect
    • setFieldsToCopyFromTestCaseToDefect

      public void setFieldsToCopyFromTestCaseToDefect(Property[] fieldsToCopyFromTestCaseToDefect)
      Sets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.
      Parameters:
      fieldsToCopyFromTestCaseToDefect -
    • getFieldsToCopyFromTestRunToLinkedDefect

      public Property[] getFieldsToCopyFromTestRunToLinkedDefect()
      Gets the fieldsToCopyFromTestRunToLinkedDefect value for this TestsConfiguration.
      Returns:
      fieldsToCopyFromTestRunToLinkedDefect
    • setFieldsToCopyFromTestRunToLinkedDefect

      public void setFieldsToCopyFromTestRunToLinkedDefect(Property[] fieldsToCopyFromTestRunToLinkedDefect)
      Sets the fieldsToCopyFromTestRunToLinkedDefect value for this TestsConfiguration.
      Parameters:
      fieldsToCopyFromTestRunToLinkedDefect -
    • getFieldsToCopyFromTestRunToNewDefect

      public Property[] getFieldsToCopyFromTestRunToNewDefect()
      Gets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.
      Returns:
      fieldsToCopyFromTestRunToNewDefect
    • setFieldsToCopyFromTestRunToNewDefect

      public void setFieldsToCopyFromTestRunToNewDefect(Property[] fieldsToCopyFromTestRunToNewDefect)
      Sets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.
      Parameters:
      fieldsToCopyFromTestRunToNewDefect -
    • getMaxCreatedDefects

      public Integer getMaxCreatedDefects()
      Gets the maxCreatedDefects value for this TestsConfiguration.
      Returns:
      maxCreatedDefects
    • setMaxCreatedDefects

      public void setMaxCreatedDefects(Integer maxCreatedDefects)
      Sets the maxCreatedDefects value for this TestsConfiguration.
      Parameters:
      maxCreatedDefects -
    • getMaxCreatedDefectsPercent

      public Integer getMaxCreatedDefectsPercent()
      Gets the maxCreatedDefectsPercent value for this TestsConfiguration.
      Returns:
      maxCreatedDefectsPercent
    • setMaxCreatedDefectsPercent

      public void setMaxCreatedDefectsPercent(Integer maxCreatedDefectsPercent)
      Sets the maxCreatedDefectsPercent value for this TestsConfiguration.
      Parameters:
      maxCreatedDefectsPercent -
    • getResultErrorEnumId

      public String getResultErrorEnumId()
      Gets the resultErrorEnumId value for this TestsConfiguration.
      Returns:
      resultErrorEnumId
    • setResultErrorEnumId

      public void setResultErrorEnumId(String resultErrorEnumId)
      Sets the resultErrorEnumId value for this TestsConfiguration.
      Parameters:
      resultErrorEnumId -
    • getResultFailedEnumId

      public String getResultFailedEnumId()
      Gets the resultFailedEnumId value for this TestsConfiguration.
      Returns:
      resultFailedEnumId
    • setResultFailedEnumId

      public void setResultFailedEnumId(String resultFailedEnumId)
      Sets the resultFailedEnumId value for this TestsConfiguration.
      Parameters:
      resultFailedEnumId -
    • getResultPassedEnumId

      public String getResultPassedEnumId()
      Gets the resultPassedEnumId value for this TestsConfiguration.
      Returns:
      resultPassedEnumId
    • setResultPassedEnumId

      public void setResultPassedEnumId(String resultPassedEnumId)
      Sets the resultPassedEnumId value for this TestsConfiguration.
      Parameters:
      resultPassedEnumId -
    • isRetestAllowed

      public boolean isRetestAllowed()
      Gets the retestAllowed value for this TestsConfiguration.
      Returns:
      retestAllowed
    • setRetestAllowed

      public void setRetestAllowed(boolean retestAllowed)
      Sets the retestAllowed value for this TestsConfiguration.
      Parameters:
      retestAllowed -
    • getStatusErrorEnumId

      public String getStatusErrorEnumId()
      Gets the statusErrorEnumId value for this TestsConfiguration.
      Returns:
      statusErrorEnumId
    • setStatusErrorEnumId

      public void setStatusErrorEnumId(String statusErrorEnumId)
      Sets the statusErrorEnumId value for this TestsConfiguration.
      Parameters:
      statusErrorEnumId -
    • getStatusFailedEnumId

      public String getStatusFailedEnumId()
      Gets the statusFailedEnumId value for this TestsConfiguration.
      Returns:
      statusFailedEnumId
    • setStatusFailedEnumId

      public void setStatusFailedEnumId(String statusFailedEnumId)
      Sets the statusFailedEnumId value for this TestsConfiguration.
      Parameters:
      statusFailedEnumId -
    • getStatusOkEnumId

      public String getStatusOkEnumId()
      Gets the statusOkEnumId value for this TestsConfiguration.
      Returns:
      statusOkEnumId
    • setStatusOkEnumId

      public void setStatusOkEnumId(String statusOkEnumId)
      Sets the statusOkEnumId value for this TestsConfiguration.
      Parameters:
      statusOkEnumId -
    • getSummaryDefectSeverity

      public String getSummaryDefectSeverity()
      Gets the summaryDefectSeverity value for this TestsConfiguration.
      Returns:
      summaryDefectSeverity
    • setSummaryDefectSeverity

      public void setSummaryDefectSeverity(String summaryDefectSeverity)
      Sets the summaryDefectSeverity value for this TestsConfiguration.
      Parameters:
      summaryDefectSeverity -
    • getTestCaseIdCustomField

      public String getTestCaseIdCustomField()
      Gets the testCaseIdCustomField value for this TestsConfiguration.
      Returns:
      testCaseIdCustomField
    • setTestCaseIdCustomField

      public void setTestCaseIdCustomField(String testCaseIdCustomField)
      Sets the testCaseIdCustomField value for this TestsConfiguration.
      Parameters:
      testCaseIdCustomField -
    • getTestCaseTemplate

      public String getTestCaseTemplate()
      Gets the testCaseTemplate value for this TestsConfiguration.
      Returns:
      testCaseTemplate
    • setTestCaseTemplate

      public void setTestCaseTemplate(String testCaseTemplate)
      Sets the testCaseTemplate value for this TestsConfiguration.
      Parameters:
      testCaseTemplate -
    • getTestCaseTestCommentFieldId

      public String getTestCaseTestCommentFieldId()
      Gets the testCaseTestCommentFieldId value for this TestsConfiguration.
      Returns:
      testCaseTestCommentFieldId
    • setTestCaseTestCommentFieldId

      public void setTestCaseTestCommentFieldId(String testCaseTestCommentFieldId)
      Sets the testCaseTestCommentFieldId value for this TestsConfiguration.
      Parameters:
      testCaseTestCommentFieldId -
    • getTestCaseTestResultFieldId

      public String getTestCaseTestResultFieldId()
      Gets the testCaseTestResultFieldId value for this TestsConfiguration.
      Returns:
      testCaseTestResultFieldId
    • setTestCaseTestResultFieldId

      public void setTestCaseTestResultFieldId(String testCaseTestResultFieldId)
      Sets the testCaseTestResultFieldId value for this TestsConfiguration.
      Parameters:
      testCaseTestResultFieldId -
    • getTestCaseWorkItemType

      public String getTestCaseWorkItemType()
      Gets the testCaseWorkItemType value for this TestsConfiguration.
      Returns:
      testCaseWorkItemType
    • setTestCaseWorkItemType

      public void setTestCaseWorkItemType(String testCaseWorkItemType)
      Sets the testCaseWorkItemType value for this TestsConfiguration.
      Parameters:
      testCaseWorkItemType -
    • getTestRunTemplate

      public String getTestRunTemplate()
      Gets the testRunTemplate value for this TestsConfiguration.
      Returns:
      testRunTemplate
    • setTestRunTemplate

      public void setTestRunTemplate(String testRunTemplate)
      Sets the testRunTemplate value for this TestsConfiguration.
      Parameters:
      testRunTemplate -
    • isTestRunsGeneratedIdEnabled

      public boolean isTestRunsGeneratedIdEnabled()
      Gets the testRunsGeneratedIdEnabled value for this TestsConfiguration.
      Returns:
      testRunsGeneratedIdEnabled
    • setTestRunsGeneratedIdEnabled

      public void setTestRunsGeneratedIdEnabled(boolean testRunsGeneratedIdEnabled)
      Sets the testRunsGeneratedIdEnabled value for this TestsConfiguration.
      Parameters:
      testRunsGeneratedIdEnabled -
    • equals

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

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

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer