Class PolarionTestCasesExportSettings.TCAttributeToWorkItemFieldAssignment

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PolarionTestCasesExportSettings

    public static class PolarionTestCasesExportSettings.TCAttributeToWorkItemFieldAssignment
    extends java.lang.Object
    implements java.io.Serializable
    The assignment of a TPT test case attribute to a Polarion Work Item field.
    See Also:
    Serialized Form
    • Constructor Detail

      • TCAttributeToWorkItemFieldAssignment

        public TCAttributeToWorkItemFieldAssignment​(PolarionTestCasesExportSettings.TCAttributeToWorkItemFieldAssignment.ExportFieldType fieldType,
                                                    java.lang.String fieldId)
        The constructor for the assignment of a TPT test case attribute to a Polarion Work Item field.
        Parameters:
        fieldType - The type of the Polarion Work Item field.
        fieldId - The ID of the Polarion Work Item field.
    • Method Detail

      • getFieldId

        public java.lang.String getFieldId()
        Returns:
        The ID of the Polarion Work Item field.
      • getAttribute

        public java.lang.String getAttribute()
        Returns:
        The name of an existing TPT test case attribute. If null, a new test case attribute is created during import.
      • setAttribute

        public void setAttribute​(java.lang.String attribute)
        Parameters:
        attribute - The name of an existing TPT test case attribute. If null, a new test case attribute is created during import.