Class TestsConfiguration
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestsConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionTestsConfiguration
(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 Summary
Modifier and TypeMethodDescriptionboolean
Gets the defectReuseType value for this TestsConfiguration.Gets the defectsProject value for this TestsConfiguration.Gets the defectTemplate value for this TestsConfiguration.Gets the defectToTestCaseLinkRoleId value for this TestsConfiguration.Gets the defectWorkItemType value for this TestsConfiguration.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerProperty[]
Gets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.Property[]
Gets the fieldsToCopyFromTestRunToLinkedDefect value for this TestsConfiguration.Property[]
Gets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.Gets the maxCreatedDefects value for this TestsConfiguration.Gets the maxCreatedDefectsPercent value for this TestsConfiguration.Gets the resultErrorEnumId value for this TestsConfiguration.Gets the resultFailedEnumId value for this TestsConfiguration.Gets the resultPassedEnumId value for this TestsConfiguration.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the statusErrorEnumId value for this TestsConfiguration.Gets the statusFailedEnumId value for this TestsConfiguration.Gets the statusOkEnumId value for this TestsConfiguration.Gets the summaryDefectSeverity value for this TestsConfiguration.Gets the testCaseIdCustomField value for this TestsConfiguration.Gets the testCaseTemplate value for this TestsConfiguration.Gets the testCaseTestCommentFieldId value for this TestsConfiguration.Gets the testCaseTestResultFieldId value for this TestsConfiguration.Gets the testCaseWorkItemType value for this TestsConfiguration.Gets the testRunTemplate value for this TestsConfiguration.static org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
boolean
Gets the defectAutoAssignementEnabled value for this TestsConfiguration.boolean
Gets the retestAllowed value for this TestsConfiguration.boolean
Gets the testRunsGeneratedIdEnabled value for this TestsConfiguration.void
setDefectAutoAssignementEnabled
(boolean defectAutoAssignementEnabled) Sets the defectAutoAssignementEnabled value for this TestsConfiguration.void
setDefectReuseType
(String defectReuseType) Sets the defectReuseType value for this TestsConfiguration.void
setDefectsProject
(String defectsProject) Sets the defectsProject value for this TestsConfiguration.void
setDefectTemplate
(String defectTemplate) Sets the defectTemplate value for this TestsConfiguration.void
setDefectToTestCaseLinkRoleId
(String defectToTestCaseLinkRoleId) Sets the defectToTestCaseLinkRoleId value for this TestsConfiguration.void
setDefectWorkItemType
(String defectWorkItemType) Sets the defectWorkItemType value for this TestsConfiguration.void
setFieldsToCopyFromTestCaseToDefect
(Property[] fieldsToCopyFromTestCaseToDefect) Sets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.void
setFieldsToCopyFromTestRunToLinkedDefect
(Property[] fieldsToCopyFromTestRunToLinkedDefect) Sets the fieldsToCopyFromTestRunToLinkedDefect value for this TestsConfiguration.void
setFieldsToCopyFromTestRunToNewDefect
(Property[] fieldsToCopyFromTestRunToNewDefect) Sets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.void
setMaxCreatedDefects
(Integer maxCreatedDefects) Sets the maxCreatedDefects value for this TestsConfiguration.void
setMaxCreatedDefectsPercent
(Integer maxCreatedDefectsPercent) Sets the maxCreatedDefectsPercent value for this TestsConfiguration.void
setResultErrorEnumId
(String resultErrorEnumId) Sets the resultErrorEnumId value for this TestsConfiguration.void
setResultFailedEnumId
(String resultFailedEnumId) Sets the resultFailedEnumId value for this TestsConfiguration.void
setResultPassedEnumId
(String resultPassedEnumId) Sets the resultPassedEnumId value for this TestsConfiguration.void
setRetestAllowed
(boolean retestAllowed) Sets the retestAllowed value for this TestsConfiguration.void
setStatusErrorEnumId
(String statusErrorEnumId) Sets the statusErrorEnumId value for this TestsConfiguration.void
setStatusFailedEnumId
(String statusFailedEnumId) Sets the statusFailedEnumId value for this TestsConfiguration.void
setStatusOkEnumId
(String statusOkEnumId) Sets the statusOkEnumId value for this TestsConfiguration.void
setSummaryDefectSeverity
(String summaryDefectSeverity) Sets the summaryDefectSeverity value for this TestsConfiguration.void
setTestCaseIdCustomField
(String testCaseIdCustomField) Sets the testCaseIdCustomField value for this TestsConfiguration.void
setTestCaseTemplate
(String testCaseTemplate) Sets the testCaseTemplate value for this TestsConfiguration.void
setTestCaseTestCommentFieldId
(String testCaseTestCommentFieldId) Sets the testCaseTestCommentFieldId value for this TestsConfiguration.void
setTestCaseTestResultFieldId
(String testCaseTestResultFieldId) Sets the testCaseTestResultFieldId value for this TestsConfiguration.void
setTestCaseWorkItemType
(String testCaseWorkItemType) Sets the testCaseWorkItemType value for this TestsConfiguration.void
setTestRunsGeneratedIdEnabled
(boolean testRunsGeneratedIdEnabled) Sets the testRunsGeneratedIdEnabled value for this TestsConfiguration.void
setTestRunTemplate
(String testRunTemplate) Sets the testRunTemplate value for this TestsConfiguration.
-
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
Gets the defectReuseType value for this TestsConfiguration.- Returns:
- defectReuseType
-
setDefectReuseType
Sets the defectReuseType value for this TestsConfiguration.- Parameters:
defectReuseType
-
-
getDefectTemplate
Gets the defectTemplate value for this TestsConfiguration.- Returns:
- defectTemplate
-
setDefectTemplate
Sets the defectTemplate value for this TestsConfiguration.- Parameters:
defectTemplate
-
-
getDefectToTestCaseLinkRoleId
Gets the defectToTestCaseLinkRoleId value for this TestsConfiguration.- Returns:
- defectToTestCaseLinkRoleId
-
setDefectToTestCaseLinkRoleId
Sets the defectToTestCaseLinkRoleId value for this TestsConfiguration.- Parameters:
defectToTestCaseLinkRoleId
-
-
getDefectWorkItemType
Gets the defectWorkItemType value for this TestsConfiguration.- Returns:
- defectWorkItemType
-
setDefectWorkItemType
Sets the defectWorkItemType value for this TestsConfiguration.- Parameters:
defectWorkItemType
-
-
getDefectsProject
Gets the defectsProject value for this TestsConfiguration.- Returns:
- defectsProject
-
setDefectsProject
Sets the defectsProject value for this TestsConfiguration.- Parameters:
defectsProject
-
-
getFieldsToCopyFromTestCaseToDefect
Gets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.- Returns:
- fieldsToCopyFromTestCaseToDefect
-
setFieldsToCopyFromTestCaseToDefect
Sets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.- Parameters:
fieldsToCopyFromTestCaseToDefect
-
-
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
Gets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.- Returns:
- fieldsToCopyFromTestRunToNewDefect
-
setFieldsToCopyFromTestRunToNewDefect
Sets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.- Parameters:
fieldsToCopyFromTestRunToNewDefect
-
-
getMaxCreatedDefects
Gets the maxCreatedDefects value for this TestsConfiguration.- Returns:
- maxCreatedDefects
-
setMaxCreatedDefects
Sets the maxCreatedDefects value for this TestsConfiguration.- Parameters:
maxCreatedDefects
-
-
getMaxCreatedDefectsPercent
Gets the maxCreatedDefectsPercent value for this TestsConfiguration.- Returns:
- maxCreatedDefectsPercent
-
setMaxCreatedDefectsPercent
Sets the maxCreatedDefectsPercent value for this TestsConfiguration.- Parameters:
maxCreatedDefectsPercent
-
-
getResultErrorEnumId
Gets the resultErrorEnumId value for this TestsConfiguration.- Returns:
- resultErrorEnumId
-
setResultErrorEnumId
Sets the resultErrorEnumId value for this TestsConfiguration.- Parameters:
resultErrorEnumId
-
-
getResultFailedEnumId
Gets the resultFailedEnumId value for this TestsConfiguration.- Returns:
- resultFailedEnumId
-
setResultFailedEnumId
Sets the resultFailedEnumId value for this TestsConfiguration.- Parameters:
resultFailedEnumId
-
-
getResultPassedEnumId
Gets the resultPassedEnumId value for this TestsConfiguration.- Returns:
- resultPassedEnumId
-
setResultPassedEnumId
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
Gets the statusErrorEnumId value for this TestsConfiguration.- Returns:
- statusErrorEnumId
-
setStatusErrorEnumId
Sets the statusErrorEnumId value for this TestsConfiguration.- Parameters:
statusErrorEnumId
-
-
getStatusFailedEnumId
Gets the statusFailedEnumId value for this TestsConfiguration.- Returns:
- statusFailedEnumId
-
setStatusFailedEnumId
Sets the statusFailedEnumId value for this TestsConfiguration.- Parameters:
statusFailedEnumId
-
-
getStatusOkEnumId
Gets the statusOkEnumId value for this TestsConfiguration.- Returns:
- statusOkEnumId
-
setStatusOkEnumId
Sets the statusOkEnumId value for this TestsConfiguration.- Parameters:
statusOkEnumId
-
-
getSummaryDefectSeverity
Gets the summaryDefectSeverity value for this TestsConfiguration.- Returns:
- summaryDefectSeverity
-
setSummaryDefectSeverity
Sets the summaryDefectSeverity value for this TestsConfiguration.- Parameters:
summaryDefectSeverity
-
-
getTestCaseIdCustomField
Gets the testCaseIdCustomField value for this TestsConfiguration.- Returns:
- testCaseIdCustomField
-
setTestCaseIdCustomField
Sets the testCaseIdCustomField value for this TestsConfiguration.- Parameters:
testCaseIdCustomField
-
-
getTestCaseTemplate
Gets the testCaseTemplate value for this TestsConfiguration.- Returns:
- testCaseTemplate
-
setTestCaseTemplate
Sets the testCaseTemplate value for this TestsConfiguration.- Parameters:
testCaseTemplate
-
-
getTestCaseTestCommentFieldId
Gets the testCaseTestCommentFieldId value for this TestsConfiguration.- Returns:
- testCaseTestCommentFieldId
-
setTestCaseTestCommentFieldId
Sets the testCaseTestCommentFieldId value for this TestsConfiguration.- Parameters:
testCaseTestCommentFieldId
-
-
getTestCaseTestResultFieldId
Gets the testCaseTestResultFieldId value for this TestsConfiguration.- Returns:
- testCaseTestResultFieldId
-
setTestCaseTestResultFieldId
Sets the testCaseTestResultFieldId value for this TestsConfiguration.- Parameters:
testCaseTestResultFieldId
-
-
getTestCaseWorkItemType
Gets the testCaseWorkItemType value for this TestsConfiguration.- Returns:
- testCaseWorkItemType
-
setTestCaseWorkItemType
Sets the testCaseWorkItemType value for this TestsConfiguration.- Parameters:
testCaseWorkItemType
-
-
getTestRunTemplate
Gets the testRunTemplate value for this TestsConfiguration.- Returns:
- testRunTemplate
-
setTestRunTemplate
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
-
hashCode
public int hashCode() -
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
-