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
ConstructorsConstructorDescriptionRasRunResultPage(List<IRunResult> runs) RasRunResultPage(List<IRunResult> runs, String nextCursor) -
Method Summary
Modifier and TypeMethodDescriptiongetRuns()voidsetNextCursor(String nextCursor) voidsetRuns(List<IRunResult> runs)
-
Constructor Details
-
RasRunResultPage
-
RasRunResultPage
-
-
Method Details
-
getRuns
-
setRuns
-
getNextCursor
-
setNextCursor
-