Uses of Class
jetbrains.buildServer.tools.ToolMetadataType
-
Packages that use ToolMetadataType Package Description jetbrains.buildServer.tools jetbrains.buildServer.tools.installed -
-
Uses of ToolMetadataType in jetbrains.buildServer.tools
Methods in jetbrains.buildServer.tools that return ToolMetadataType Modifier and Type Method Description static ToolMetadataType
ToolMetadataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToolMetadataType[]
ToolMetadataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.tools with parameters of type ToolMetadataType Modifier and Type Method Description String
ToolMetadata. tryGetMatadata(ToolMetadataType type)
-
Uses of ToolMetadataType in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed with parameters of type ToolMetadataType Modifier and Type Method Description String
InstalledToolVersionImpl. tryGetMatadata(ToolMetadataType type)
-