Class PolarionWorkItemFieldToTCAttributeAssignment

  • All Implemented Interfaces:
    java.io.Serializable

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

      • PolarionWorkItemFieldToTCAttributeAssignment

        public PolarionWorkItemFieldToTCAttributeAssignment​(PolarionWorkItemFieldToTCAttributeAssignment.WorkItemFieldType fieldType,
                                                            java.lang.String fieldId)
        The constructor for the assignment of a Polarion Work Item field to a TPT test case attribute.
        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.