Skip to content

/AWS1/CL_BLDDELBUILDBATCHOUT

DeleteBuildBatchOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_STATUSCODE TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

The status code.

IT_BUILDSDELETED TYPE /AWS1/CL_BLDBUILDIDS_W=>TT_BUILDIDS TT_BUILDIDS

An array of strings that contain the identifiers of the builds that were deleted.

IT_BUILDSNOTDELETED TYPE /AWS1/CL_BLDBUILDNOTDELETED=>TT_BUILDSNOTDELETED TT_BUILDSNOTDELETED

An array of BuildNotDeleted objects that specify the builds that could not be deleted.


Queryable Attributes

statusCode

The status code.

Accessible with the following methods

Method Description
GET_STATUSCODE() Getter for STATUSCODE, with configurable default
ASK_STATUSCODE() Getter for STATUSCODE w/ exceptions if field has no value
HAS_STATUSCODE() Determine if STATUSCODE has a value

buildsDeleted

An array of strings that contain the identifiers of the builds that were deleted.

Accessible with the following methods

Method Description
GET_BUILDSDELETED() Getter for BUILDSDELETED, with configurable default
ASK_BUILDSDELETED() Getter for BUILDSDELETED w/ exceptions if field has no value
HAS_BUILDSDELETED() Determine if BUILDSDELETED has a value

buildsNotDeleted

An array of BuildNotDeleted objects that specify the builds that could not be deleted.

Accessible with the following methods

Method Description
GET_BUILDSNOTDELETED() Getter for BUILDSNOTDELETED, with configurable default
ASK_BUILDSNOTDELETED() Getter for BUILDSNOTDELETED w/ exceptions if field has no va
HAS_BUILDSNOTDELETED() Determine if BUILDSNOTDELETED has a value