Class CurrentProblems


  • public class CurrentProblems
    extends Object
    Represents a simple container of project problems of any kind:
    • currently failing build types
    • currently failing tests (across all build types) and corresponding test runs
    • muted failed tests (since 6.5)
    Since:
    5.1
    • Method Detail

      • getFailingBuildTypes

        @NotNull
        public List<SBuildType> getFailingBuildTypes()
        Returns currently failing build types
        Returns:
        currently failing build types
      • getFailingTests

        @NotNull
        public Map<TestName,​List<STestRun>> getFailingTests()
        Returns currently failing tests, with corresponsing test runs.
        Returns:
        currently failing tests
      • getMutedTestFailures

        @NotNull
        public Map<TestName,​List<STestRun>> getMutedTestFailures()
        Returns a map for muted test failures
        Returns:
        a map for muted test failures
        Since:
        6.5
      • getBuildProblems

        @NotNull
        public List<BuildProblem> getBuildProblems()
        Returns current build problems
        Returns:
        see above
        Since:
        8.0