Uses of Interface
jetbrains.buildServer.agent.tools.ServerToolInfo
-
Packages that use ServerToolInfo Package Description jetbrains.buildServer.agent.tools -
-
Uses of ServerToolInfo in jetbrains.buildServer.agent.tools
Methods in jetbrains.buildServer.agent.tools that return ServerToolInfo Modifier and Type Method Description ServerToolInfoToolInfoProvider. findTool(String toolId, boolean forceFetchEnabled)ServerToolInfoToolInfoProviderImpl. findTool(String toolName, boolean forceFetchEnabled)Methods in jetbrains.buildServer.agent.tools with parameters of type ServerToolInfo Modifier and Type Method Description booleanFetchedToolsState. differFrom(ServerToolInfo toolInfo)booleanFetchedToolsStateImpl. differFrom(ServerToolInfo toolInfo)FileAgentToolPaths. getToolPackageLocation(ServerToolInfo tool)FileAgentToolPathsImpl. getToolPackageLocation(ServerToolInfo tool)FileAgentToolPaths. getToolUnpackedContentLocation(ServerToolInfo tool)FileAgentToolPathsImpl. getToolUnpackedContentLocation(ServerToolInfo tool)Method parameters in jetbrains.buildServer.agent.tools with type arguments of type ServerToolInfo Modifier and Type Method Description voidToolAgentConfiguration. update(Map<String,ServerToolInfo> tools)voidToolAgentConfigurationImpl. update(Map<String,ServerToolInfo> tools)
-