Interface BuildProblemInfo

  • All Known Subinterfaces:
    BuildProblem
    All Known Implementing Classes:
    BuildProblemImpl, BuildProblemInfoImpl

    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
        String getProjectId()
        Returns related project internal id
        Returns:
        see above
      • getBuildProblemDescription

        @Nullable
        String getBuildProblemDescription()