Class CompileErrorProblemProvider


  • public final class CompileErrorProblemProvider
    extends Object
    • Method Detail

      • getBuildProblem

        @Nullable
        public static BuildProblemData getBuildProblem​(@NotNull
                                                       BlockLogMessage compileBlock,
                                                       @NotNull
                                                       RunningBuildEx build,
                                                       @Nullable
                                                       String buildCheckoutDir)
        If the specified compilation block failed, creates corresponding build problem instance, otherwise returns null.