Skip to content

/AWS1/CL_BLDLSTBUILDSFORPROJ01

ListBuildsForProjectOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_IDS TYPE /AWS1/CL_BLDBUILDIDS_W=>TT_BUILDIDS TT_BUILDIDS

A list of build identifiers for the specified build project, with each build ID representing a single build.

IV_NEXTTOKEN TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.


Queryable Attributes

ids

A list of build identifiers for the specified build project, with each build ID representing a single build.

Accessible with the following methods

Method Description
GET_IDS() Getter for IDS, with configurable default
ASK_IDS() Getter for IDS w/ exceptions if field has no value
HAS_IDS() Determine if IDS has a value

nextToken

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

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