Uses of Interface
jetbrains.buildServer.updates.HttpDownloader
-
Packages that use HttpDownloader Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.updates -
-
Uses of HttpDownloader in jetbrains.buildServer.serverSide
Constructors in jetbrains.buildServer.serverSide with parameters of type HttpDownloader Constructor Description JdkPackageManager(ServerPaths paths, HttpDownloader downloader, ExecutorServices executorServices, MainConfigManager mainConfigManager, MultiNodesEvents multiNodesEvents, ResetCacheRegister resetCacheRegister)
-
Uses of HttpDownloader in jetbrains.buildServer.updates
Classes in jetbrains.buildServer.updates that implement HttpDownloader Modifier and Type Class Description class
HttpClientDownloaderImpl
Constructors in jetbrains.buildServer.updates with parameters of type HttpDownloader Constructor Description PluginsUpdater(PluginManager pluginManager, ExecutorServices executorServices, HttpDownloader httpDownloader, PluginSignatureVerifier verifier, ServerPaths serverPaths, ServerSettings serverSettings, AdministratorEmailsSender adminEmailSender, RootUrlHolder urlProvider, ServerResponsibility serverResponsibility)
TeamCityUpdater(ExecutorServices executors, VersionChecker versionChecker, HttpDownloader httpDownloader, ServerStopPerformer serverRestarter, EventDispatcher<BuildServerListener> events, StartupContext startupContext, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, String currentDirPath, AuditLogFactory auditLogFactory, TeamCityServerStartupScript serverStartupScript, ServerPaths serverPaths)
-