Package dev.galasa.framework.spi
Interface IResultArchiveStoreDirectoryService
public interface IResultArchiveStoreDirectoryService
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringgetName()Get requestors.getRunById(@NotNull String runId) @NotNull List<IRunResult>getRuns(@NotNull IRasSearchCriteria... searchCriteria) getRunsByGroupName(@NotNull String groupName) getRunsByRunName(@NotNull String runName) @NotNull RasRunResultPagegetRunsPage(int maxResults, RasSortField primarySort, String pageCursor, @NotNull IRasSearchCriteria... searchCriteria) @NotNull List<RasTestClass>getTests()booleanisLocal()
-
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. These are the login names associated with personal access tokens used to submit runs.- Returns:
- Throws:
ResultArchiveStoreException- if there are errors accessing the RAS
-
getTests
- Throws:
ResultArchiveStoreException
-
getResultNames
- Throws:
ResultArchiveStoreException
-
getRunById
- Throws:
ResultArchiveStoreException
-
getRunsByRunName
List<IRunResult> getRunsByRunName(@NotNull @NotNull String runName) throws ResultArchiveStoreException - Throws:
ResultArchiveStoreException
-
getRunsByGroupName
List<IRunResult> getRunsByGroupName(@NotNull @NotNull String groupName) throws ResultArchiveStoreException - Throws:
ResultArchiveStoreException
-