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 ServerToolInfo
ToolInfoProvider. findTool(String toolId, boolean forceFetchEnabled)
ServerToolInfo
ToolInfoProviderImpl. findTool(String toolName, boolean forceFetchEnabled)
Methods in jetbrains.buildServer.agent.tools with parameters of type ServerToolInfo Modifier and Type Method Description boolean
FetchedToolsState. differFrom(ServerToolInfo toolInfo)
boolean
FetchedToolsStateImpl. differFrom(ServerToolInfo toolInfo)
File
AgentToolPaths. getToolPackageLocation(ServerToolInfo tool)
File
AgentToolPathsImpl. getToolPackageLocation(ServerToolInfo tool)
File
AgentToolPaths. getToolUnpackedContentLocation(ServerToolInfo tool)
File
AgentToolPathsImpl. getToolUnpackedContentLocation(ServerToolInfo tool)
Method parameters in jetbrains.buildServer.agent.tools with type arguments of type ServerToolInfo Modifier and Type Method Description void
ToolAgentConfiguration. update(Map<String,ServerToolInfo> tools)
void
ToolAgentConfigurationImpl. update(Map<String,ServerToolInfo> tools)
-