Class RasRunResultPage

java.lang.Object
dev.galasa.framework.spi.ras.RasRunResultPage

public class RasRunResultPage extends Object
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 Details

  • Method Details

    • getRuns

      public List<IRunResult> getRuns()
    • setRuns

      public void setRuns(List<IRunResult> runs)
    • getNextCursor

      public String getNextCursor()
    • setNextCursor

      public void setNextCursor(String nextCursor)