Interface CurrentProblemsManagerEx

    • Method Detail

      • getProblemsInRunningBuilds

        @NotNull
        List<STestRun> getProblemsInRunningBuilds​(@NotNull
                                                  SProject project,
                                                  @NotNull
                                                  Collection<Long> tests,
                                                  boolean includingMutedProblems,
                                                  boolean inAllBranches)
        Returns the list of test runs in which the tests is currently failing, from running builds only.
        Parameters:
        project - the project
        tests - the test names
        includingMutedProblems - if true, muted tests are considered a problem
        Returns:
        the list of test runs