Class TestsConfiguration
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestsConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestsConfiguration(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 TypeMethodDescriptionbooleanGets 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.DeserializergetDeserializer(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.SerializergetSerializer(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.TypeDescReturn type metadata objectinthashCode()booleanGets the defectAutoAssignementEnabled value for this TestsConfiguration.booleanGets the retestAllowed value for this TestsConfiguration.booleanGets the testRunsGeneratedIdEnabled value for this TestsConfiguration.voidsetDefectAutoAssignementEnabled(boolean defectAutoAssignementEnabled) Sets the defectAutoAssignementEnabled value for this TestsConfiguration.voidsetDefectReuseType(String defectReuseType) Sets the defectReuseType value for this TestsConfiguration.voidsetDefectsProject(String defectsProject) Sets the defectsProject value for this TestsConfiguration.voidsetDefectTemplate(String defectTemplate) Sets the defectTemplate value for this TestsConfiguration.voidsetDefectToTestCaseLinkRoleId(String defectToTestCaseLinkRoleId) Sets the defectToTestCaseLinkRoleId value for this TestsConfiguration.voidsetDefectWorkItemType(String defectWorkItemType) Sets the defectWorkItemType value for this TestsConfiguration.voidsetFieldsToCopyFromTestCaseToDefect(Property[] fieldsToCopyFromTestCaseToDefect) Sets the fieldsToCopyFromTestCaseToDefect value for this TestsConfiguration.voidsetFieldsToCopyFromTestRunToLinkedDefect(Property[] fieldsToCopyFromTestRunToLinkedDefect) Sets the fieldsToCopyFromTestRunToLinkedDefect value for this TestsConfiguration.voidsetFieldsToCopyFromTestRunToNewDefect(Property[] fieldsToCopyFromTestRunToNewDefect) Sets the fieldsToCopyFromTestRunToNewDefect value for this TestsConfiguration.voidsetMaxCreatedDefects(Integer maxCreatedDefects) Sets the maxCreatedDefects value for this TestsConfiguration.voidsetMaxCreatedDefectsPercent(Integer maxCreatedDefectsPercent) Sets the maxCreatedDefectsPercent value for this TestsConfiguration.voidsetResultErrorEnumId(String resultErrorEnumId) Sets the resultErrorEnumId value for this TestsConfiguration.voidsetResultFailedEnumId(String resultFailedEnumId) Sets the resultFailedEnumId value for this TestsConfiguration.voidsetResultPassedEnumId(String resultPassedEnumId) Sets the resultPassedEnumId value for this TestsConfiguration.voidsetRetestAllowed(boolean retestAllowed) Sets the retestAllowed value for this TestsConfiguration.voidsetStatusErrorEnumId(String statusErrorEnumId) Sets the statusErrorEnumId value for this TestsConfiguration.voidsetStatusFailedEnumId(String statusFailedEnumId) Sets the statusFailedEnumId value for this TestsConfiguration.voidsetStatusOkEnumId(String statusOkEnumId) Sets the statusOkEnumId value for this TestsConfiguration.voidsetSummaryDefectSeverity(String summaryDefectSeverity) Sets the summaryDefectSeverity value for this TestsConfiguration.voidsetTestCaseIdCustomField(String testCaseIdCustomField) Sets the testCaseIdCustomField value for this TestsConfiguration.voidsetTestCaseTemplate(String testCaseTemplate) Sets the testCaseTemplate value for this TestsConfiguration.voidsetTestCaseTestCommentFieldId(String testCaseTestCommentFieldId) Sets the testCaseTestCommentFieldId value for this TestsConfiguration.voidsetTestCaseTestResultFieldId(String testCaseTestResultFieldId) Sets the testCaseTestResultFieldId value for this TestsConfiguration.voidsetTestCaseWorkItemType(String testCaseWorkItemType) Sets the testCaseWorkItemType value for this TestsConfiguration.voidsetTestRunsGeneratedIdEnabled(boolean testRunsGeneratedIdEnabled) Sets the testRunsGeneratedIdEnabled value for this TestsConfiguration.voidsetTestRunTemplate(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
-