Uses of Class
dev.galasa.framework.spi.InsufficientResourcesAvailableException
-
Uses of InsufficientResourcesAvailableException in dev.galasa.cloud.spi
Modifier and TypeMethodDescriptionICloudContainerProvider.generateCloudContainer
(@NotNull String tag, @NotNull String platform, @NotNull String image, @NotNull ICloudContainerPort[] ports, Properties environmentProperties, String[] runArguments) Generate a new Cloud Container -
Uses of InsufficientResourcesAvailableException in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionFrameworkResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources) This method obtaines resources from given definitions, but allowing rejected resources to be disgarded from any returned list.FrameworkResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum) This method obtaines resources from given definitions, but allowing rejected resources to be disgarded from any returned list.FrameworkResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum, int returnConsecutive) This method obtaines resources from given definitions, but allowing rejected resources to be disgarded from any returned list.FrameworkResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum, int returnConsecutive, IDynamicStatusStoreService dss, String keyPrefix) This method obtaines resources from given definitions, but allowing rejected resources to be disgarded from any returned list.FrameworkResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum, IDynamicStatusStoreService dss, String keyPrefix) This method obtaines resources from given definitions, but allowing rejected resources to be disgarded from any returned list.FrameworkResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, IDynamicStatusStoreService dss, String keyPrefix) This method obtaines resources from given definitions, but allowing rejected resources to be disgarded from any returned list.IResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources) Generate and return a list of resource that are available for use by the managerIResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum) Generate and return a list of resource that are available for use by the managerIResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum, int returnConsecutive) Generate and return a list of resource that are available for use by the managerIResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum, int returnConsecutive, IDynamicStatusStoreService dss, String keyPrefix) Generate and return a list of resources that available for use by the manager.IResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, int returnMinimum, IDynamicStatusStoreService dss, String keyPrefix) Generate and return a list of resource that are available for use by the managerIResourcePoolingService.obtainResources
(@NotNull List<String> resourceStrings, List<String> rejectedResources, IDynamicStatusStoreService dss, String keyPrefix) Generate and return a list of resource that are available for use by the manager