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 CloudInstance
CloudInstanceManager. startInstance(String projectId, String profileId, String imageId, StartInstanceReason reason)
Starts new agent instance for given profile and imageCloudInstance
CloudInstanceManager. 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 CloudInstance
CloudManagerFacade. startInstance(String projectId, String profileId, String imageId, StartInstanceReason reason)
CloudInstance
CloudManagerFacade. startInstance(String profileId, String imageId, StartInstanceReason reason)
CloudInstance
SecuredCloudManager. startInstance(String projectId, String profileId, String imageId, StartInstanceReason reason)
CloudInstance
SecuredCloudManager. 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 void
StartableAgentTypeImpl. startAgent(StartableAgent.Reason reason)
-