/AWS1/CL_BLDBATCHDELBUILDSOUT¶
BatchDeleteBuildsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_buildsdeleted TYPE /AWS1/CL_BLDBUILDIDS_W=>TT_BUILDIDS TT_BUILDIDS¶
The IDs of the builds that were successfully deleted.
it_buildsnotdeleted TYPE /AWS1/CL_BLDBUILDNOTDELETED=>TT_BUILDSNOTDELETED TT_BUILDSNOTDELETED¶
Information about any builds that could not be successfully deleted.
Queryable Attributes¶
buildsDeleted¶
The IDs of the builds that were successfully 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¶
Information about any builds that could not be successfully 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 |