Interface CurrentProblemsManager

    • Method Detail

      • getProblemsForProject

        @NotNull
        CurrentProblems getProblemsForProject​(@NotNull
                                              SProject project)
        Calculates and returns current project problems. All running builds are taken into account.
        Parameters:
        project - the project
        Returns:
        current project problems
      • getFailingTests

        @NotNull
        Map<TestName,​List<STestRun>> getFailingTests​(@NotNull
                                                           SProject project)
        Calculates and returns currently failing tests (including muted) with corresponding test runs in the specified project
        Returns:
        see above
        Since:
        8.1
      • getProblemsSummary

        @NotNull
        ProblemsSummary getProblemsSummary​(@NotNull
                                           Map<SProject,​List<SBuildType>> buildTypes)
        Returns the problems summary for the projects and build types specified. All current problems (including ones from the running builds) and investigations are taken into account.
        Parameters:
        buildTypes - the map of build types to get summary for
        Returns:
        problems summary
        Since:
        7.1