/AWS1/CL_BLDBTCGETBUILDBTCES01¶
BatchGetBuildBatchesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_buildbatches TYPE /AWS1/CL_BLDBUILDBATCH=>TT_BUILDBATCHES TT_BUILDBATCHES¶
An array of
BuildBatchobjects that represent the retrieved batch builds.
it_buildbatchesnotfound TYPE /AWS1/CL_BLDBUILDBATCHIDS_W=>TT_BUILDBATCHIDS TT_BUILDBATCHIDS¶
An array that contains the identifiers of any batch builds that are not found.
Queryable Attributes¶
buildBatches¶
An array of
BuildBatchobjects that represent the retrieved batch builds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDBATCHES() |
Getter for BUILDBATCHES, with configurable default |
ASK_BUILDBATCHES() |
Getter for BUILDBATCHES w/ exceptions if field has no value |
HAS_BUILDBATCHES() |
Determine if BUILDBATCHES has a value |
buildBatchesNotFound¶
An array that contains the identifiers of any batch builds that are not found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDBATCHESNOTFOUND() |
Getter for BUILDBATCHESNOTFOUND, with configurable default |
ASK_BUILDBATCHESNOTFOUND() |
Getter for BUILDBATCHESNOTFOUND w/ exceptions if field has n |
HAS_BUILDBATCHESNOTFOUND() |
Determine if BUILDBATCHESNOTFOUND has a value |