Skip to content

/AWS1/CL_BLD=>LISTBUILDBATCHESFORPROJECT()

About ListBuildBatchesForProject

Retrieves the identifiers of the build batches for a specific project.

Method Signature

IMPORTING

Optional arguments:

IV_PROJECTNAME TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING

The name of the project.

IO_FILTER TYPE REF TO /AWS1/CL_BLDBUILDBATCHFILTER /AWS1/CL_BLDBUILDBATCHFILTER

A BuildBatchFilter object that specifies the filters for the search.

IV_MAXRESULTS TYPE /AWS1/BLDPAGESIZE /AWS1/BLDPAGESIZE

The maximum number of results to return.

IV_SORTORDER TYPE /AWS1/BLDSORTORDERTYPE /AWS1/BLDSORTORDERTYPE

Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.

  • DESCENDING: List the batch build identifiers in descending order by identifier.

IV_NEXTTOKEN TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

The nextToken value returned from a previous call to ListBuildBatchesForProject. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BLDLSTBUILDBTCESFOR01 /AWS1/CL_BLDLSTBUILDBTCESFOR01