Interface IBug

    • Method Detail

      • status

        java.lang.String status()

        The defect status.

        Getter method for the COM property "Status"

        Returns:
        Returns a value of type java.lang.String
      • status

        void status​(java.lang.String pVal)

        The defect status.

        Setter method for the COM property "Status"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • project

        java.lang.String project()

        The testing project to which the defect belongs.

        Getter method for the COM property "Project"

        Returns:
        Returns a value of type java.lang.String
      • project

        void project​(java.lang.String pVal)

        The testing project to which the defect belongs.

        Setter method for the COM property "Project"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • summary

        java.lang.String summary()

        A short description of the defect.

        Getter method for the COM property "Summary"

        Returns:
        Returns a value of type java.lang.String
      • summary

        void summary​(java.lang.String pVal)

        A short description of the defect.

        Setter method for the COM property "Summary"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • priority

        java.lang.String priority()

        The defect priority.

        Getter method for the COM property "Priority"

        Returns:
        Returns a value of type java.lang.String
      • priority

        void priority​(java.lang.String pVal)

        The defect priority.

        Setter method for the COM property "Priority"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • detectedBy

        java.lang.String detectedBy()

        The name of the user who detected the defect.

        Getter method for the COM property "DetectedBy"

        Returns:
        Returns a value of type java.lang.String
      • detectedBy

        void detectedBy​(java.lang.String pVal)

        The name of the user who detected the defect.

        Setter method for the COM property "DetectedBy"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • assignedTo

        java.lang.String assignedTo()

        The name of the user to whom the defect is assigned.

        Getter method for the COM property "AssignedTo"

        Returns:
        Returns a value of type java.lang.String
      • assignedTo

        void assignedTo​(java.lang.String pVal)

        The name of the user to whom the defect is assigned.

        Setter method for the COM property "AssignedTo"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • findSimilarBugs

        IList findSimilarBugs​(@DefaultValue("10")
                              int similarityRatio)

        Searches the defect summaries for similarities to this defect.

        Parameters:
        similarityRatio - Optional parameter. Default value is 10
        Returns:
        Returns a value of type otaclient.IList
      • hasChange

        boolean hasChange()

        For HP use. Checks if the bug has a change record associated with it.

        Getter method for the COM property "HasChange"

        Returns:
        Returns a value of type boolean
      • changeLinks

        IList changeLinks()

        Obsolete. Do not call this method.

        Getter method for the COM property "ChangeLinks"

        Returns:
        Returns a value of type otaclient.IList
      • changeLinks

        java.lang.Object changeLinks​(int index)