Uses of Class
jetbrains.buildServer.util.Bitness
-
Packages that use Bitness Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.config jetbrains.buildServer.util -
-
Uses of Bitness in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return Bitness Modifier and Type Method Description Bitness
BuildAgentSystemInfo. bitness()
Returns agent running jvm bitness. -
Uses of Bitness in jetbrains.buildServer.agent.impl.config
Methods in jetbrains.buildServer.agent.impl.config that return Bitness Modifier and Type Method Description Bitness
BuildAgentSystemInfoImpl. bitness()
-
Uses of Bitness in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return Bitness Modifier and Type Method Description static Bitness
Bitness. valueOf(String name)
Returns the enum constant of this type with the specified name.static Bitness[]
Bitness. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.util with parameters of type Bitness Modifier and Type Method Description Set<String>
CachedRegistryAccessor. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryAccessor. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Enumerates sub key names of a given keyPath.Set<String>
Win32RegistryAccessorProxy. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryNativeAccessorImpl. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
CachedRegistryAccessor. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryAccessor. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Enumerates value names of a given keyPath.Set<String>
Win32RegistryAccessorProxy. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryNativeAccessorImpl. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
File
CachedRegistryAccessor. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
File
Win32RegistryAccessor. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
Tries to read registryFile
Win32RegistryAccessorProxy. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
File
Win32RegistryNativeAccessorImpl. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
String
CachedRegistryAccessor. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
String
Win32RegistryAccessor. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
Tries to read registryString
Win32RegistryAccessorProxy. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
String
Win32RegistryNativeAccessorImpl. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
-