Uses of Interface
jetbrains.buildServer.tools.DefaultToolVersions
-
-
Uses of DefaultToolVersions in jetbrains.buildServer.tools.bundled
Constructors in jetbrains.buildServer.tools.bundled with parameters of type DefaultToolVersions Constructor Description BundledToolInstallerImpl(ServerToolProviders toolProviders, ServerToolManager toolManager, ToolsRegistry toolsRegistry, ToolUsageCalculator toolUsageCalculator, DefaultToolVersions defaultTools, ProjectManager projectManager)
-
Uses of DefaultToolVersions in jetbrains.buildServer.tools.impl
Classes in jetbrains.buildServer.tools.impl that implement DefaultToolVersions Modifier and Type Class Description class
DefaultToolVersionsImpl
Created by Evgeniy.Koshkin on 18-Feb-16.Methods in jetbrains.buildServer.tools.impl with parameters of type DefaultToolVersions Modifier and Type Method Description void
ServerToolManagerImpl. setDefaultToolVersions(DefaultToolVersions defaultVersions)
Constructors in jetbrains.buildServer.tools.impl with parameters of type DefaultToolVersions Constructor Description DefaultToolFinderImpl(ProjectManager projectManager, DefaultToolVersions defaultToolVersions)
DefaultToolVersionParametersProvider(DefaultToolVersions defaultToolVersions, ServerToolManager toolManager, ProjectManager projects)
-
Uses of DefaultToolVersions in jetbrains.buildServer.tools.usage
Constructors in jetbrains.buildServer.tools.usage with parameters of type DefaultToolVersions Constructor Description ParametersToolUsageProvider(ProjectManager projectManager, DefaultToolVersions defaultToolVersions)
-
Uses of DefaultToolVersions in jetbrains.buildServer.tools.web
-
Uses of DefaultToolVersions in jetbrains.buildServer.tools.web.actions
Constructors in jetbrains.buildServer.tools.web.actions with parameters of type DefaultToolVersions Constructor Description DownloadToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, DefaultToolVersions defaultVersions, AuditLogFactory logFactory)
RemoveToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, AuditLogFactory logFactory, DefaultToolVersions defaultVersions)
SetDefaultToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, DefaultToolVersions defaultVersions, AuditLogFactory logFactory)
UploadToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, DefaultToolVersions defaultVersions, AuditLogFactory logFactory, FileUploadTempDirectoryHolder tempDirectoryHolder)
-