Uses of Class
jetbrains.buildServer.util.OSType
-
Packages that use OSType Package Description jetbrains.buildServer jetbrains.buildServer.agent jetbrains.buildServer.agent.impl jetbrains.buildServer.controllers.agent jetbrains.buildServer.util -
-
Uses of OSType in jetbrains.buildServer
Methods in jetbrains.buildServer that return OSType Modifier and Type Method Description protected OSType[][]
BaseTestCase. provideWithLinuxMacWindows()
-
Uses of OSType in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return OSType Modifier and Type Method Description OSType
DefaultVirtualContext. getTargetOSType()
OSType
VirtualContext. getTargetOSType()
-
Uses of OSType in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return OSType Modifier and Type Method Description OSType
OSTypeDetector. detect()
Constructors in jetbrains.buildServer.agent.impl with parameters of type OSType Constructor Description OsArchBitsDetector(ExtensionHolder extensionHolder, OSType osType, CommandLineRunner commandLineRunner)
-
Uses of OSType in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return OSType Modifier and Type Method Description OSType
OSKind. getType()
-
Uses of OSType in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return OSType Modifier and Type Method Description static OSType
OSType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OSType[]
OSType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-