Package jetbrains.buildServer.tools.impl
Class ToolFinder
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.audit.finders.BaseFinder
-
- jetbrains.buildServer.tools.impl.ToolFinder
-
- All Implemented Interfaces:
ObjectFinderExtension
,ServerExtension
,TeamCityExtension
public class ToolFinder extends BaseFinder
Created by Evgeniy.Koshkin.
-
-
Constructor Summary
Constructors Constructor Description ToolFinder(ToolsRegistry toolsRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectFinder
getFinder()
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.audit.finders.BaseFinder
getType
-
-
-
-
Constructor Detail
-
ToolFinder
public ToolFinder(@NotNull ToolsRegistry toolsRegistry)
-
-
Method Detail
-
getFinder
@NotNull public ObjectFinder getFinder()
-
-