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 classQuotaExceptionRepresent 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 CloudImageCloudClient. 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 DummyCloudImageDummyCloudClient. 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 CloudClientExCloudManager. getClient(String projectId, String profileId)Provides a client for the specified profile.CloudClientExCloudManager. 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 CloudImageBrokenClient. findImageById(String imageId)CloudImageReadonlyClient. findImageById(String imageId)CloudClientExCloudManagerFacade. getClient(String projectId, String profileId)CloudClientExSecuredCloudManager. getClient(String projectId, String profileId)CloudClientExCloudManagerFacade. getClientIfExists(String projectId, String profileId)CloudClientExSecuredCloudManager. 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 CloudImageCloudClientCanStartProxy. findImageById(String imageId)CloudImageDisposingCloudClientProxy. 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 classFailedToStartInstanceExceptionclassFailedToStopInstanceException
-