Uses of Interface
jetbrains.buildServer.agent.plugins.files.PluginUnpackLocations
-
Packages that use PluginUnpackLocations Package Description jetbrains.buildServer.agent.impl.upgrade.modes jetbrains.buildServer.agent.plugins jetbrains.buildServer.agent.plugins.files -
-
Uses of PluginUnpackLocations in jetbrains.buildServer.agent.impl.upgrade.modes
Fields in jetbrains.buildServer.agent.impl.upgrade.modes declared as PluginUnpackLocations Modifier and Type Field Description protected PluginUnpackLocations
IncrementalPluginsUpgrade. myLocations
Constructors in jetbrains.buildServer.agent.impl.upgrade.modes with parameters of type PluginUnpackLocations Constructor Description 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 PluginUnpackLocations in jetbrains.buildServer.agent.plugins
Constructors in jetbrains.buildServer.agent.plugins with parameters of type PluginUnpackLocations Constructor Description AgentPluginsLoader(PluginManager manager, AgentPluginUnpackState state, PluginUnpackLocations locations, PluginsRemover remover, AgentVersionController versionController, BuildAgentConfigurationEx configuration)
-
Uses of PluginUnpackLocations in jetbrains.buildServer.agent.plugins.files
Classes in jetbrains.buildServer.agent.plugins.files that implement PluginUnpackLocations Modifier and Type Class Description class
PluginUnpackLocationsImpl
-