Class CodeBeamerFieldAssignment

  • All Implemented Interfaces:
    java.io.Serializable

    public class CodeBeamerFieldAssignment
    extends java.lang.Object
    implements java.io.Serializable
    Represents the assignment of a codeBeamer field to a test case attribute for the requirements import or export of test cases.
    Author:
    Copyright (c) 2014-2024 PikeTec GmbH - MIT License (MIT) - All rights reserved
    See Also:
    Serialized Form
    • Constructor Detail

      • CodeBeamerFieldAssignment

        public CodeBeamerFieldAssignment()
        The constructor for the assignment of codeBeamer fields to test case attributes
    • Method Detail

      • getTestCaseAttribute

        public java.lang.String getTestCaseAttribute()
        Returns:
        The test case attribute to store the codeBeamer IDs in TPT.
      • setTestCaseAttribute

        public void setTestCaseAttribute​(java.lang.String testCaseAttribute)
        Parameters:
        testCaseAttribute - The test case attribute to store the codeBeamer IDs in TPT.
      • getCbFieldName

        public java.lang.String getCbFieldName()
        Returns:
        The name of the codeBeamer field.
      • setCbFieldName

        public void setCbFieldName​(java.lang.String cbFieldName)
        Parameters:
        cbFieldName - The name of the codeBeamer field.