Uses of Interface
jetbrains.buildServer.agent.AgentConfiguration
-
-
Uses of AgentConfiguration in jetbrains.buildServer.agent.impl.config
Classes in jetbrains.buildServer.agent.impl.config that implement AgentConfiguration Modifier and Type Class Description class
BuildAgentConfigurationImpl
-
Uses of AgentConfiguration in jetbrains.buildServer.agent.impl.upgrade
Constructors in jetbrains.buildServer.agent.impl.upgrade with parameters of type AgentConfiguration Constructor Description AgentVersionControllerImpl(AgentConfiguration config)
HttpFilesDownloaderImpl(AgentConfiguration config)
RecoverableFilesDownloaderImpl(FilesDownloader downloader, AgentConfiguration config)
UpdatePreparerImpl(AgentConfiguration config)
UpgradeFilesDownloaderImpl(RecoverableFilesDownloader downloader, AgentConfiguration config)
UpgradesProcessor(AgentConfiguration config, UpgradeFilesDownloader downloader, Collection<UpgradeMode> upgradeModes, AgentVersionController controller)
UpgradeThread(Agent agent, AgentVersionController versionController, UpgradesProcessor processor, DiskSpaceCleaner diskSpaceCleaner, AgentConfiguration agentConfiguration)
-
Uses of AgentConfiguration in jetbrains.buildServer.agent.impl.upgrade.modes
Fields in jetbrains.buildServer.agent.impl.upgrade.modes declared as AgentConfiguration Modifier and Type Field Description protected AgentConfiguration
IncrementalPluginsUpgrade. myConfig
Constructors in jetbrains.buildServer.agent.impl.upgrade.modes with parameters of type AgentConfiguration 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 AgentConfiguration in jetbrains.buildServer.agent.plugins.files
Constructors in jetbrains.buildServer.agent.plugins.files with parameters of type AgentConfiguration Constructor Description AgentUnpackingPluginJarSearcher(AgentConfiguration config, AgentPluginUnpackState state, PluginUnpackersHolder unpackers)
PluginsRemoverImpl(AgentConfiguration config)
PluginUnpackLocationsImpl(AgentConfiguration config)
-
Uses of AgentConfiguration in jetbrains.buildServer.agent.tools
Constructors in jetbrains.buildServer.agent.tools with parameters of type AgentConfiguration Constructor Description ToolInfoProviderImpl(AgentVersionController agentVersionController, AgentConfiguration configuration, UpgradeFilesDownloader upgradeFilesDownloader)
-