Package dev.galasa.framework.spi
Interface IResultArchiveStoreDirectoryService
public interface IResultArchiveStoreDirectoryService
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
getName()
Get requestorsgetRunById
(@NotNull String runId) @NotNull List<IRunResult>
getRuns
(@NotNull IRasSearchCriteria... searchCriteria) @NotNull RasRunResultPage
getRunsPage
(int maxResults, RasSortField primarySort, String pageCursor, @NotNull IRasSearchCriteria... searchCriteria) @NotNull List<RasTestClass>
getTests()
boolean
isLocal()
-
Method Details
-
getName
-
isLocal
boolean isLocal() -
getRuns
@NotNull @NotNull List<IRunResult> getRuns(@NotNull @NotNull IRasSearchCriteria... searchCriteria) throws ResultArchiveStoreException - Throws:
ResultArchiveStoreException
-
getRunsPage
@NotNull @NotNull RasRunResultPage getRunsPage(int maxResults, RasSortField primarySort, String pageCursor, @NotNull @NotNull IRasSearchCriteria... searchCriteria) throws ResultArchiveStoreException - Throws:
ResultArchiveStoreException
-
getRequestors
Get requestors- Returns:
- Throws:
ResultArchiveStoreException
- if there are errors accessing the RAS
-
getTests
- Throws:
ResultArchiveStoreException
-
getResultNames
- Throws:
ResultArchiveStoreException
-
getRunById
- Throws:
ResultArchiveStoreException
-