Uses of Class
jetbrains.buildServer.clouds.CloudException
-
-
Uses of CloudException in jetbrains.buildServer.clouds
Subclasses of CloudException in jetbrains.buildServer.clouds Modifier and Type Class Description class
QuotaException
Represent any plugin-specific quota exceptions This exception should be thrown to indicate that an instance could not be started because of some limitation, e.g.Methods in jetbrains.buildServer.clouds that throw CloudException Modifier and Type Method Description CloudImage
CloudClient. findImageById(String imageId)
Looks for an image with the specified identifier and returns its handle.Collection<? extends CloudImage>
CloudClient. getImages()
Lists all user selected images. -
Uses of CloudException in jetbrains.buildServer.clouds.fakeCloud
Methods in jetbrains.buildServer.clouds.fakeCloud that throw CloudException Modifier and Type Method Description DummyCloudImage
DummyCloudClient. findImageById(String imageId)
Collection<? extends CloudImage>
DummyCloudClient. getImages()
-
Uses of CloudException in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that throw CloudException Modifier and Type Method Description CloudClientEx
CloudManager. getClient(String projectId, String profileId)
Provides a client for the specified profile.CloudClientEx
CloudManager. getClientIfExists(String projectId, String profileId)
Provides a client for the specified profile. -
Uses of CloudException in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that throw CloudException Modifier and Type Method Description CloudImage
BrokenClient. findImageById(String imageId)
CloudImage
ReadonlyClient. findImageById(String imageId)
CloudClientEx
CloudManagerFacade. getClient(String projectId, String profileId)
CloudClientEx
SecuredCloudManager. getClient(String projectId, String profileId)
CloudClientEx
CloudManagerFacade. getClientIfExists(String projectId, String profileId)
CloudClientEx
SecuredCloudManager. getClientIfExists(String projectId, String profileId)
Collection<? extends CloudImage>
BrokenClient. getImages()
Collection<? extends CloudImage>
ReadonlyClient. getImages()
-
Uses of CloudException in jetbrains.buildServer.clouds.server.impl.profile
Methods in jetbrains.buildServer.clouds.server.impl.profile that throw CloudException Modifier and Type Method Description CloudImage
CloudClientCanStartProxy. findImageById(String imageId)
CloudImage
DisposingCloudClientProxy. findImageById(String imageId)
Collection<? extends CloudImage>
CloudClientCanStartProxy. getImages()
Collection<? extends CloudImage>
DisposingCloudClientProxy. getImages()
-
Uses of CloudException in jetbrains.buildServer.clouds.server.instances
Subclasses of CloudException in jetbrains.buildServer.clouds.server.instances Modifier and Type Class Description class
FailedToStartInstanceException
class
FailedToStopInstanceException
-