Uses of Class
dev.galasa.framework.spi.ResultArchiveStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of ResultArchiveStoreException in dev.galasa.framework
Modifier and TypeMethodDescriptionvoid
Framework.addResultArchiveStoreService
(@NotNull IResultArchiveStoreService resultArchiveStoreService) Add a new Result Archive Store Service to the framework, eventually we will have the ability to have multiples RASs runningvoid
FrameworkInitialisation.registerResultArchiveStoreService
(@NotNull IResultArchiveStoreService resultArchiveStoreService) -
Uses of ResultArchiveStoreException in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionvoid
IRunResult.discard()
IRunResult.getArtifactsRoot()
IRunResult.getLog()
IResultArchiveStoreDirectoryService.getRequestors()
Get requestorsIResultArchiveStoreDirectoryService.getResultNames()
IResultArchiveStoreDirectoryService.getRunById
(@NotNull String runId) @NotNull List<IRunResult>
IResultArchiveStoreDirectoryService.getRuns
(@NotNull IRasSearchCriteria... searchCriteria) @NotNull RasRunResultPage
IResultArchiveStoreDirectoryService.getRunsPage
(int maxResults, RasSortField primarySort, String pageCursor, @NotNull IRasSearchCriteria... searchCriteria) @NotNull List<RasTestClass>
IResultArchiveStoreDirectoryService.getTests()
IRunResult.getTestStructure()
void
IResultArchiveStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
IRunResult.loadArtifacts()
void
IFrameworkInitialisation.registerResultArchiveStoreService
(@NotNull IResultArchiveStoreService resultArchiveStoreService) Register a Result Archive Store Service.void
IResultArchiveStore.updateTestStructure
(@NotNull TestStructure testStructure) Update the Test Structure object in the RASs with the current statusvoid
Write a message to the run log in the RASsvoid
Write multiple messages to the run log in the RASs