Uses of Interface
jetbrains.buildServer.agent.impl.upgrade.AgentVersionController
-
-
Uses of AgentVersionController in jetbrains.buildServer.agent.impl.config
Constructors in jetbrains.buildServer.agent.impl.config with parameters of type AgentVersionController Constructor Description AgentConfigurationStatePersistenceManager(BuildAgentConfigurablePaths myConfigurablePaths, ExtensionHolder extensionHolder, AgentVersionController agentVersionController)
-
Uses of AgentVersionController in jetbrains.buildServer.agent.impl.upgrade
Classes in jetbrains.buildServer.agent.impl.upgrade that implement AgentVersionController Modifier and Type Class Description class
AgentVersionControllerImpl
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 31.08.11 17:40Constructors in jetbrains.buildServer.agent.impl.upgrade with parameters of type AgentVersionController Constructor Description UpgradesProcessor(AgentConfiguration config, UpgradeFilesDownloader downloader, Collection<UpgradeMode> upgradeModes, AgentVersionController controller)
UpgradeThread(Agent agent, AgentVersionController versionController, UpgradesProcessor processor, DiskSpaceCleaner diskSpaceCleaner, AgentConfiguration agentConfiguration)
-
Uses of AgentVersionController in jetbrains.buildServer.agent.impl.upgrade.modes
Fields in jetbrains.buildServer.agent.impl.upgrade.modes declared as AgentVersionController Modifier and Type Field Description protected AgentVersionController
IncrementalPluginsUpgrade. myController
Constructors in jetbrains.buildServer.agent.impl.upgrade.modes with parameters of type AgentVersionController Constructor Description AgentOnlyUpgradeMode(AgentConfiguration config, UpgradeFilesDownloader downloader, UpdatePreparer preparer, AgentVersionController versionController, IncrementalPluginsUpgrade incrementalPluginsUpgrade)
FullUpgradeMode(UpdatePreparer preparer, PluginsRemover remover, PluginUnpackLocations locations, UpgradeFilesDownloader downloader, AgentVersionController controller, AgentConfiguration config)
IncrementalPluginsUpgrade(PluginUnpackLocations locations, PluginsRemover remover, UpgradeFilesDownloader downloader, UpdatePreparer preparer, AgentConfiguration config, AgentVersionController controller, ToolUnregistrar toolUnregistrar)
OldServerUpgradeMode(UpgradeFilesDownloader downloader, AgentConfiguration config, UpdatePreparer preparer, AgentVersionController controller, PluginsRemover remover, PluginUnpackLocations locations)
-
Uses of AgentVersionController in jetbrains.buildServer.agent.plugins
Constructors in jetbrains.buildServer.agent.plugins with parameters of type AgentVersionController Constructor Description AgentPluginsLoader(PluginManager manager, AgentPluginUnpackState state, PluginUnpackLocations locations, PluginsRemover remover, AgentVersionController versionController, BuildAgentConfigurationEx configuration)
-
Uses of AgentVersionController in jetbrains.buildServer.agent.tools
Constructors in jetbrains.buildServer.agent.tools with parameters of type AgentVersionController Constructor Description ToolInfoProviderImpl(AgentVersionController agentVersionController, AgentConfiguration configuration, UpgradeFilesDownloader upgradeFilesDownloader)
-