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 StringToolProvider. getPath(String toolName)Returns path to a tool, if it can be found without build settings.StringToolProvider. getPath(String toolName, AgentRunningBuild build, BuildRunnerContext runner)Returns path to a tool, according to current build settingsStringBuildRunnerContext. 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 StringIdeaToolProvider. getPath(String toolName)StringIdeaToolProvider. getPath(String toolName, AgentRunningBuild build, BuildRunnerContext runner)StringBuildRunnerContextImpl. 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 StringBuildServiceAdapter. getToolPath(String toolName)Returns path to a tool with given name
-