Package dev.galasa.framework.spi.ras
Class RasRunResultPage
java.lang.Object
dev.galasa.framework.spi.ras.RasRunResultPage
An internal bean class representing a page of runs stored in the RAS,
which includes a token pointing to the next page of runs for
cursor-based pagination
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRuns()
void
setNextCursor
(String nextCursor) void
setRuns
(List<IRunResult> runs)
-
Constructor Details
-
RasRunResultPage
-
-
Method Details
-
getRuns
-
setRuns
-
getNextCursor
-
setNextCursor
-