Uses of Interface
dev.galasa.framework.spi.IDynamicStatusStoreService
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IDynamicStatusStoreService in dev.galasa.framework
Modifier and TypeMethodDescriptionITestRunnerDataProvider.getDSS()
@NotNull IDynamicStatusStoreService
Framework.getDynamicStatusStoreService
(@NotNull String namespace) Modifier and TypeMethodDescriptionprotected void
BaseTestRunner.incrimentMetric
(IDynamicStatusStoreService dss, IRun run) void
TestClassWrapper.runTestMethods
(@NotNull ITestRunManagers managers, IDynamicStatusStoreService dss, String runName) Run the test methods in declared order together with @BeforeClass, @Before, @After and @AfterClassprotected void
BaseTestRunner.storeRasRunIdInDss
(IDynamicStatusStoreService dss, String rasRunId) -
Uses of IDynamicStatusStoreService in dev.galasa.framework.spi
Modifier and TypeMethodDescription@NotNull IDynamicStatusStoreService
IFramework.getDynamicStatusStoreService
(@NotNull String namespace) Retrieve the Dynamic Status Store service from the framework.Modifier and TypeMethodDescriptionFrameworkResourcePoolingService.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, 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 -
Uses of IDynamicStatusStoreService in dev.galasa.framework.spi.utils
Modifier and TypeMethodDescriptionstatic void
DssUtils.incrementMetric
(IDynamicStatusStoreService dss, String metric) static void
DssUtils.incrementProperty
(IDynamicStatusStoreService dss, String property) -
Uses of IDynamicStatusStoreService in dev.galasa.ipnetwork.spi
ModifierConstructorDescriptionAbstractGenericIpHost
(IConfigurationPropertyStoreService cps, IDynamicStatusStoreService dss, ICredentialsService creds, String prefix, String hostid)