Uses of Interface
jetbrains.buildServer.serverSide.impl.agent.AgentUpgradeConfiguration
-
Packages that use AgentUpgradeConfiguration Package Description jetbrains.buildServer.serverSide.impl.agent -
-
Uses of AgentUpgradeConfiguration in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement AgentUpgradeConfiguration Modifier and Type Class Description class
BuildAgentUpgradeConfiguration
Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentUpgradeConfiguration Constructor Description AgentUpdateInfoProviderImpl(AgentZipVersionProvider agentZip, PluginsUpdateInfoProvider pluginsUpdateInfoProvider, AgentUpgradeConfiguration config, AgentDistributionMonitorTasksRegistry monitor)
AgentZipVersionProvider(AgentUpgradeConfiguration config)
BuildAgentFullZipAssembler(AgentUpdateInfoProvider updateInfoProvider, AgentPluginsVersionProvider plugins, PluginsUpdateInfoProvider pluginsUpdateInfoProvider, AgentUpgradeConfiguration config, AgentDistributionMonitorTasksRegistry monitor, JdkPackageProvider jdkPackageProvider, AgentJdkBundleRegistry agentJdkBundleRegistry, ArchiveExtractorManager archiveExtractorManager)
PluginsUpdateInfoProviderImpl(AgentPluginsVersionProvider plugins, AgentUpgradeConfiguration config, OnDemandToolsProvider onDemandToolsProvider)
-