Package jetbrains.buildServer.tools
Interface DefaultToolFinder
-
- All Known Implementing Classes:
DefaultToolFinderImpl
public interface DefaultToolFinder
- Since:
- 2019.1
- Author:
- Maxim Zaytsev (maxim.zaytsev@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstalledToolVersion
getDefaultTool(ToolType type, SBuild build)
works asDefaultToolVersions.getDefaultVersion(ToolType, SProject)
and takes project from specified build orProjectManager.getRootProject()
if project
-
-
-
Method Detail
-
getDefaultTool
@Nullable InstalledToolVersion getDefaultTool(@NotNull ToolType type, @NotNull SBuild build)
works asDefaultToolVersions.getDefaultVersion(ToolType, SProject)
and takes project from specified build orProjectManager.getRootProject()
if project- Parameters:
type
-ToolType
instancebuild
- build for taking project scope- Returns:
- default tool version or null if default tool is not found
- See Also:
DefaultToolVersions.getDefaultVersion(ToolType, SProject)
-
-