Uses of Interface
dev.galasa.framework.spi.IDynamicStatusStoreService
Packages that use IDynamicStatusStoreService
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of IDynamicStatusStoreService in dev.galasa.framework
Fields in dev.galasa.framework declared as IDynamicStatusStoreServiceMethods in dev.galasa.framework that return IDynamicStatusStoreServiceModifier and TypeMethodDescriptionITestRunnerDataProvider.getDSS()@NotNull IDynamicStatusStoreServiceFramework.getDynamicStatusStoreService(@NotNull String namespace) Methods in dev.galasa.framework with parameters of type IDynamicStatusStoreServiceModifier and TypeMethodDescriptionIFrameworkInitialisationStrategy.applyOverrides(IFramework framework, IDynamicStatusStoreService dss, Properties overrideProperties) protected voidBaseTestRunner.incrimentMetric(IDynamicStatusStoreService dss, IRun run) voidTestClassWrapper.runMethods(@NotNull ITestRunManagers managers, IDynamicStatusStoreService dss, String runName) Run the test methods in declared order together with @BeforeClass, @Before, @After and @AfterClassprotected voidTestClassWrapper.runTestMethods(@NotNull ITestRunManagers managers, IDynamicStatusStoreService dss, String runName) Run the test methods.protected voidBaseTestRunner.storeRasRunIdInDss(IDynamicStatusStoreService dss, String rasRunId) Constructors in dev.galasa.framework with parameters of type IDynamicStatusStoreService - 
Uses of IDynamicStatusStoreService in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return IDynamicStatusStoreServiceModifier and TypeMethodDescription@NotNull IDynamicStatusStoreServiceIFramework.getDynamicStatusStoreService(@NotNull String namespace) Retrieve the Dynamic Status Store service from the framework.Methods in dev.galasa.framework.spi with parameters of type IDynamicStatusStoreServiceModifier 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
Methods in dev.galasa.framework.spi.utils with parameters of type IDynamicStatusStoreServiceModifier and TypeMethodDescriptionstatic voidDssUtils.incrementMetric(IDynamicStatusStoreService dss, String metric) static voidDssUtils.incrementProperty(IDynamicStatusStoreService dss, String property)  - 
Uses of IDynamicStatusStoreService in dev.galasa.ipnetwork.spi
Constructors in dev.galasa.ipnetwork.spi with parameters of type IDynamicStatusStoreServiceModifierConstructorDescriptionAbstractGenericIpHost(IConfigurationPropertyStoreService cps, IDynamicStatusStoreService dss, ICredentialsService creds, String prefix, String hostid)