Uses of Class
jetbrains.buildServer.clouds.CanStartNewInstanceResult
-
-
Uses of CanStartNewInstanceResult in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds that return CanStartNewInstanceResult Modifier and Type Method Description default CanStartNewInstanceResultCloudClient. canStartNewInstanceWithDetails(CloudImage image)Call this method to check if it is possible (in theory) to start new instance of a given image in this profile.static CanStartNewInstanceResultCanStartNewInstanceResult. no(String reason)static CanStartNewInstanceResultCanStartNewInstanceResult. yes() -
Uses of CanStartNewInstanceResult in jetbrains.buildServer.clouds.fakeCloud
Methods in jetbrains.buildServer.clouds.fakeCloud that return CanStartNewInstanceResult Modifier and Type Method Description CanStartNewInstanceResultDummyCloudClient. canStartNewInstanceWithDetails(CloudImage image) -
Uses of CanStartNewInstanceResult in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return CanStartNewInstanceResult Modifier and Type Method Description CanStartNewInstanceResultCloudInstanceManager. canStartNewInstance(CloudProfile profile, CloudImage image)Indicates whether it's possible to start a new instance of a certain image in particular cloud profileCanStartNewInstanceResultCloudQuotaChecker. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client) -
Uses of CanStartNewInstanceResult in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CanStartNewInstanceResult Modifier and Type Method Description CanStartNewInstanceResultCloudManagerFacade. canStartNewInstance(CloudProfile profile, CloudImage image)CanStartNewInstanceResultCloudStateHolder.ImageState. canStartNewInstance()CanStartNewInstanceResultSecuredCloudManager. canStartNewInstance(CloudProfile profile, CloudImage image)CanStartNewInstanceResultBrokenClient. canStartNewInstanceWithDetails(CloudImage image)CanStartNewInstanceResultReadonlyClient. canStartNewInstanceWithDetails(CloudImage image)protected CanStartNewInstanceResultCloudQuotaCheckerImpl. checkCanAddNewAgentToPool(AgentPool agentPool, Supplier<Collection<Pair<CloudProfile,CloudInstance>>> startingInstancesSupplier)CanStartNewInstanceResultCloudQuotaCheckerImpl. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)CanStartNewInstanceResultCloudStateHolder.ImageState. getCanStart()Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CanStartNewInstanceResult Modifier and Type Method Description booleanCloudStateHolder.ImageState. isStillActual(CloudImage image, CanStartNewInstanceResult canStart)voidCloudStateHolder. processImageEx(CloudProfile profile, CloudImage image, CanStartNewInstanceResult canStart)voidCloudStateHolder.ImageState. setCanStart(CanStartNewInstanceResult canStart)voidCloudStateHolder.ImageState. update(CloudImage image, CanStartNewInstanceResult canStart)Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type CanStartNewInstanceResult Constructor Description ImageState(String projectId, String profileId, CloudImage image, CanStartNewInstanceResult canStartNewInstanceResult) -
Uses of CanStartNewInstanceResult in jetbrains.buildServer.clouds.server.impl.instances
Methods in jetbrains.buildServer.clouds.server.impl.instances that return CanStartNewInstanceResult Modifier and Type Method Description CanStartNewInstanceResultStartInstanceAction. getCanStartNewInstanceResult(CloudProfile profile, CloudImage image) -
Uses of CanStartNewInstanceResult in jetbrains.buildServer.clouds.server.impl.profile
Methods in jetbrains.buildServer.clouds.server.impl.profile that return CanStartNewInstanceResult Modifier and Type Method Description CanStartNewInstanceResultCloudClientCanStartProxy. canStartNewInstanceWithDetails(CloudImage image)CanStartNewInstanceResultDisposingCloudClientProxy. canStartNewInstanceWithDetails(CloudImage image)
-