Uses of Class
jetbrains.buildServer.agent.ToolCannotBeFoundException
-
Packages that use ToolCannotBeFoundException Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.runner -
-
Uses of ToolCannotBeFoundException in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that throw ToolCannotBeFoundException Modifier and Type Method Description String
ToolProvider. getPath(String toolName)
Returns path to a tool, if it can be found without build settings.String
ToolProvider. getPath(String toolName, AgentRunningBuild build, BuildRunnerContext runner)
Returns path to a tool, according to current build settingsString
BuildRunnerContext. getToolPath(String toolName)
Returns path to a tool with given name -
Uses of ToolCannotBeFoundException in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that throw ToolCannotBeFoundException Modifier and Type Method Description String
IdeaToolProvider. getPath(String toolName)
String
IdeaToolProvider. getPath(String toolName, AgentRunningBuild build, BuildRunnerContext runner)
String
BuildRunnerContextImpl. getToolPath(String toolName)
-
Uses of ToolCannotBeFoundException in jetbrains.buildServer.agent.runner
Methods in jetbrains.buildServer.agent.runner that throw ToolCannotBeFoundException Modifier and Type Method Description String
BuildServiceAdapter. getToolPath(String toolName)
Returns path to a tool with given name
-