Uses of Class
jetbrains.buildServer.clouds.server.instances.FailedToStartInstanceException
-
Packages that use FailedToStartInstanceException Package Description jetbrains.buildServer.clouds.server jetbrains.buildServer.clouds.server.impl jetbrains.buildServer.clouds.server.impl.virtual -
-
Uses of FailedToStartInstanceException in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that throw FailedToStartInstanceException Modifier and Type Method Description CloudInstanceCloudInstanceManager. startInstance(String projectId, String profileId, String imageId, StartInstanceReason reason)Starts new agent instance for given profile and imageCloudInstanceCloudInstanceManager. startInstance(String profileId, String imageId, StartInstanceReason reason)Deprecated. -
Uses of FailedToStartInstanceException in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that throw FailedToStartInstanceException Modifier and Type Method Description CloudInstanceCloudManagerFacade. startInstance(String projectId, String profileId, String imageId, StartInstanceReason reason)CloudInstanceCloudManagerFacade. startInstance(String profileId, String imageId, StartInstanceReason reason)CloudInstanceSecuredCloudManager. startInstance(String projectId, String profileId, String imageId, StartInstanceReason reason)CloudInstanceSecuredCloudManager. startInstance(String profileId, String imageId, StartInstanceReason reason) -
Uses of FailedToStartInstanceException in jetbrains.buildServer.clouds.server.impl.virtual
Methods in jetbrains.buildServer.clouds.server.impl.virtual that throw FailedToStartInstanceException Modifier and Type Method Description voidStartableAgentTypeImpl. startAgent(StartableAgent.Reason reason)
-