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 BitnessBuildAgentSystemInfo. 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 BitnessBuildAgentSystemInfoImpl. bitness() -
Uses of Bitness in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return Bitness Modifier and Type Method Description static BitnessBitness. 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)FileCachedRegistryAccessor. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)FileWin32RegistryAccessor. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)Tries to read registryFileWin32RegistryAccessorProxy. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)FileWin32RegistryNativeAccessorImpl. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)StringCachedRegistryAccessor. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)StringWin32RegistryAccessor. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)Tries to read registryStringWin32RegistryAccessorProxy. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)StringWin32RegistryNativeAccessorImpl. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
-