Skip to content

/AWS1/CL_REVLISTTESTRUNSRSP

ListTestRunsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_testruns TYPE /AWS1/CL_REVTESTRUNSUMMARY=>TT_TESTRUNSUMMARYLIST TT_TESTRUNSUMMARYLIST

The list of test run summaries.

Optional arguments:

iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN

Pagination token.


Queryable Attributes

testRuns

The list of test run summaries.

Accessible with the following methods

Method Description
GET_TESTRUNS() Getter for TESTRUNS, with configurable default
ASK_TESTRUNS() Getter for TESTRUNS w/ exceptions if field has no value
HAS_TESTRUNS() Determine if TESTRUNS has a value

nextToken

Pagination token.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value