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 interface
CloudClientFactory
Represents 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 class
DummyCloudClientFactory
-
Uses of CloudType in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return CloudType Modifier and Type Method Description CloudType
CloudManager. findCloudType(String cloudName)
Returns cloud type for name or nullCloudType
CloudManagerBase. 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 class
ReadonlyClientFactory
Methods in jetbrains.buildServer.clouds.server.impl that return CloudType Modifier and Type Method Description CloudType
CloudManagerBaseImpl. findCloudType(String cloudName)
CloudType
CloudManagerFacade. findCloudType(String cloudName)
CloudType
SecuredCloudManager. 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()
-