Interface CachingBuildEstimator.Feeder

    • Method Detail

      • getEstimates

        @NotNull
        Map<String,​Result> getEstimates​(@NotNull
                                              TaskProgress progress)
        Returns unmodifiable map: QueuedBuildInfo.getItemId -> Result. Invoked each time cached data update is needed.
        Returns:
        see above