Package jetbrains.buildServer.agent
Interface BundledTool
-
public interface BundledTool
Describes bundled tool on the build agent- Since:
- 6.5
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getRootPath()
-
-
-
Method Detail
-
getRootPath
@NotNull File getRootPath()
- Returns:
- path where the tool is located
- Since:
- 6.5
-
-