Interface IReq3

    • Method Detail

      • getLinkedEntities

        IList getLinkedEntities​(ITraceabilityMatrixRelationSettings settings,
                                com4j.Holder<java.lang.String> tableName)

        For HP use.

        Parameters:
        settings - Mandatory step.repository.alm.v16.otaclient.ITraceabilityMatrixRelationSettings parameter.
        tableName - Mandatory Holder parameter.
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • getCoverageTestConfigs

        IList getCoverageTestConfigs​(@DefaultValue("0")
                                     boolean recursive)

        Returns the list of test configurations that cover the current requirement and, optionally, cover those of its children that match the requirement filter.

        Parameters:
        recursive - Optional parameter. Default value is false
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • getCoverageTestConfigsByTestIds

        IList getCoverageTestConfigsByTestIds​(java.lang.String testIDs,
                                              @DefaultValue("0")
                                              boolean recursive)

        Returns the list of test configurations that cover the current requirement with filtered tests, and optionally, cover those of its descendents that match the requirement filter.

        Parameters:
        testIDs - Mandatory java.lang.String parameter.
        recursive - Optional parameter. Default value is false
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList