Uses of Class
jetbrains.buildServer.controllers.agent.OSKind
-
Packages that use OSKind Package Description jetbrains.buildServer.controllers.agent -
-
Uses of OSKind in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return OSKind Modifier and Type Method Description OSKind
PoolAgent. getOSKind()
static OSKind
OSKind. guessByName(String name)
Attempts to analyze OS name and guess which OS it is, in order to show an appropriate icon.static OSKind
OSKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static OSKind[]
OSKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.controllers.agent that return types with arguments of type OSKind Modifier and Type Method Description Map<Integer,OSKind>
PoolsData. getAgentTypeOSKinds()
-