Interface BuildProblemProvider

    • Method Detail

      • getBuildProblems

        @NotNull
        List<BuildProblemData> getBuildProblems​(@NotNull
                                                SBuild build)
        Provides calculable build problems. Is called once before the very end of the build.
        Parameters:
        build - build to process
        Returns:
        calculated build problems