Uses of Interface
dev.galasa.framework.spi.IRunResult
Packages that use IRunResult
Package
Description
Galasa Framework - SPI
Galasa Framework - FileSystem classes for creating new Result Archive Stores
-
Uses of IRunResult in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return IRunResultModifier and TypeMethodDescriptionIResultArchiveStoreDirectoryService.getRunById
(@NotNull String runId) Methods in dev.galasa.framework.spi that return types with arguments of type IRunResultModifier and TypeMethodDescription@NotNull List<IRunResult>
IResultArchiveStoreDirectoryService.getRuns
(@NotNull IRasSearchCriteria... searchCriteria) IResultArchiveStoreDirectoryService.getRunsByGroupName
(@NotNull String groupName) IResultArchiveStoreDirectoryService.getRunsByRunName
(@NotNull String runName) -
Uses of IRunResult in dev.galasa.framework.spi.ras
Methods in dev.galasa.framework.spi.ras that return types with arguments of type IRunResultMethod parameters in dev.galasa.framework.spi.ras with type arguments of type IRunResultConstructor parameters in dev.galasa.framework.spi.ras with type arguments of type IRunResultModifierConstructorDescriptionRasRunResultPage
(List<IRunResult> runs) RasRunResultPage
(List<IRunResult> runs, String nextCursor)