Interface PullRequestRetrievalProblems


  • public interface PullRequestRetrievalProblems
    • Method Detail

      • reportProblem

        void reportProblem​(@Nullable
                           String featureId,
                           @NotNull
                           BuildTypeSettings buildType,
                           @NotNull
                           String message,
                           @Nullable
                           Throwable exception,
                           @NotNull
                           Logger logger,
                           boolean clearProblems)
        Reports system problem and logs a warning. If the featureId is null, then only logging is done