Uses of Class
jetbrains.buildServer.serverSide.impl.agent.AgentJdkBundleRegistry.AgentJdkBundleInfo
-
Packages that use AgentJdkBundleRegistry.AgentJdkBundleInfo Package Description jetbrains.buildServer.serverSide.impl.agent -
-
Uses of AgentJdkBundleRegistry.AgentJdkBundleInfo in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return AgentJdkBundleRegistry.AgentJdkBundleInfo Modifier and Type Method Description AgentJdkBundleRegistry.AgentJdkBundleInfo
AgentJdkBundleRegistry. getBundle(JdkPackageInfo jdkPackage)
Retrieves a JDK bundle from the registry.AgentJdkBundleRegistry.AgentJdkBundleInfo
AgentJdkBundleRegistryImpl. getBundle(JdkPackageInfo packageInfo)
Methods in jetbrains.buildServer.serverSide.impl.agent that return types with arguments of type AgentJdkBundleRegistry.AgentJdkBundleInfo Modifier and Type Method Description List<AgentJdkBundleRegistry.AgentJdkBundleInfo>
AgentJdkBundleRegistry. listAllBundles()
Lists all JDK bundles in the registry.List<AgentJdkBundleRegistry.AgentJdkBundleInfo>
AgentJdkBundleRegistryImpl. listAllBundles()
-