Package jetbrains.buildServer.tools.impl
Class ImplicitParametersToolUsageProvider
- java.lang.Object
-
- jetbrains.buildServer.tools.impl.ImplicitParametersToolUsageProvider
-
- All Implemented Interfaces:
ServerExtension
,TeamCityExtension
,ToolUsagesProvider
public class ImplicitParametersToolUsageProvider extends Object implements ToolUsagesProvider
- Since:
- 2019.1
- Author:
- Maxim Zaytsev (maxim.zaytsev@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description ImplicitParametersToolUsageProvider(ParameterReferencesToolUsageDetector delegate, ExtensionsProvider extensionsProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ToolVersion>
getRequiredTools(SRunningBuild build)
extension is called before starting build on agent.
-
-
-
Constructor Detail
-
ImplicitParametersToolUsageProvider
public ImplicitParametersToolUsageProvider(@NotNull ParameterReferencesToolUsageDetector delegate, @NotNull ExtensionsProvider extensionsProvider)
-
-
Method Detail
-
getRequiredTools
public List<ToolVersion> getRequiredTools(@NotNull SRunningBuild build)
Description copied from interface:ToolUsagesProvider
extension is called before starting build on agent. If plugin uses tools for build the plugin should provide this list ofToolVersion
used by the build- Specified by:
getRequiredTools
in interfaceToolUsagesProvider
- Parameters:
build
- starting build- Returns:
- list of tools used by the build
-
-