Uses of Interface
dev.galasa.framework.spi.IResultArchiveStore
Packages that use IResultArchiveStore
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IResultArchiveStore in dev.galasa.framework
Fields in dev.galasa.framework declared as IResultArchiveStoreMethods in dev.galasa.framework that return IResultArchiveStoreModifier and TypeMethodDescriptionITestRunnerDataProvider.getRAS()
@NotNull IResultArchiveStore
Framework.getResultArchiveStore()
Methods in dev.galasa.framework with parameters of type IResultArchiveStoreModifier and TypeMethodDescriptionprotected void
BaseTestRunner.saveAllOverridesPassedToArtifact
(Properties overrides, IFileSystem fileSystem, IResultArchiveStore ras) protected void
BaseTestRunner.saveUsedCPSPropertiesToArtifact
(Properties props, IFileSystem fileSystem, IResultArchiveStore ras) -
Uses of IResultArchiveStore in dev.galasa.framework.spi
Subinterfaces of IResultArchiveStore in dev.galasa.framework.spiModifier and TypeInterfaceDescriptioninterface
Used by the Galasa Framework to initialise the various Result Archive Stores that may exist within the OSGi instance.Methods in dev.galasa.framework.spi that return IResultArchiveStoreModifier and TypeMethodDescription@NotNull IResultArchiveStore
IFramework.getResultArchiveStore()
Retrieve the Result Archive Store from the framework.