Interface CurrentBuildProblem

  • All Known Implementing Classes:
    CurrentBuildProblemImpl

    public interface CurrentBuildProblem
    User: Victory.Bedrosova Date: 4/3/13 Time: 4:41 PM Represents current build problem in project
    Since:
    8.0
    • Method Detail

      • getLatestBuildProblem

        @NotNull
        BuildProblem getLatestBuildProblem()
        Returns latest occurrence of this build problem
        Returns:
        see above
      • getInstances

        @NotNull
        Map<SBuildType,​BuildProblem> getInstances()
        Returns occurrences of this build problem in different build types
        Returns:
        see above
      • getBuildTypes

        @NotNull
        List<SBuildType> getBuildTypes()
        Returns build types where this build problem is currently present
        Returns: