Interface BuildProblemInfo

  • All Known Subinterfaces:
    BuildProblem

    public interface BuildProblemInfo
    User: Victory.Bedrosova Date: 1/3/13 Time: 5:32 PM
    Since:
    8.0 Note that this interface may be changed or removed in future
    • Method Detail

      • getId

        int getId()
        Returns build problem id
        Returns:
        see above
      • getProjectId

        @Nullable
        java.lang.String getProjectId()
        Returns related project internal id
        Returns:
        see above
      • getBuildProblemDescription

        @Nullable
        java.lang.String getBuildProblemDescription()
      • hashCode

        int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object