Class BuildTypeDataPrefetcher
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.BuildTypeDataPrefetcher
-
public class BuildTypeDataPrefetcher extends Object
Pre-fetches recently used build configurations data from the database to speedup user interface opening for the first time
-
-
Constructor Summary
Constructors Constructor Description BuildTypeDataPrefetcher(RecentlyUsedBuildTypes recentConfs, VcsModificationHistoryEx vcsHistory, ExecutorServices executorServices, Collection<ServerWarmUpExtension> warmups)
-
-
-
Constructor Detail
-
BuildTypeDataPrefetcher
public BuildTypeDataPrefetcher(@NotNull RecentlyUsedBuildTypes recentConfs, @NotNull VcsModificationHistoryEx vcsHistory, @NotNull ExecutorServices executorServices, @NotNull Collection<ServerWarmUpExtension> warmups)
-
-