Uses of Interface
jetbrains.buildServer.clouds.CloudType
-
Packages that use CloudType Package Description jetbrains.buildServer.clouds jetbrains.buildServer.clouds.fakeCloud jetbrains.buildServer.clouds.server jetbrains.buildServer.clouds.server.impl -
-
Uses of CloudType in jetbrains.buildServer.clouds
Subinterfaces of CloudType in jetbrains.buildServer.clouds Modifier and Type Interface Description interfaceCloudClientFactoryRepresents a client object to work with a cloud. -
Uses of CloudType in jetbrains.buildServer.clouds.fakeCloud
Classes in jetbrains.buildServer.clouds.fakeCloud that implement CloudType Modifier and Type Class Description classDummyCloudClientFactory -
Uses of CloudType in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return CloudType Modifier and Type Method Description CloudTypeCloudManager. findCloudType(String cloudName)Returns cloud type for name or nullCloudTypeCloudManagerBase. findCloudType(String cloudName)Methods in jetbrains.buildServer.clouds.server that return types with arguments of type CloudType Modifier and Type Method Description Collection<? extends CloudType>CloudManager. getCloudTypes()Returns all available "Real" cloud types, excluding ReadOnlyClient (which is not a "real" cloud type, but rather used to show instances on the secondary nodes).Collection<? extends CloudType>CloudManagerBase. getCloudTypes()Returns all available "Real" cloud types, excluding ReadOnlyClient (which is not a "real" cloud type, but rather used to show instances on the secondary nodes). -
Uses of CloudType in jetbrains.buildServer.clouds.server.impl
Classes in jetbrains.buildServer.clouds.server.impl that implement CloudType Modifier and Type Class Description classReadonlyClientFactoryMethods in jetbrains.buildServer.clouds.server.impl that return CloudType Modifier and Type Method Description CloudTypeCloudManagerBaseImpl. findCloudType(String cloudName)CloudTypeCloudManagerFacade. findCloudType(String cloudName)CloudTypeSecuredCloudManager. findCloudType(String cloudName)Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudType Modifier and Type Method Description Collection<? extends CloudType>CloudManagerBaseImpl. getCloudTypes()Collection<? extends CloudType>CloudManagerFacade. getCloudTypes()Collection<? extends CloudType>SecuredCloudManager. getCloudTypes()
-