/AWS1/CL_BLDBTCGETPROJECTSOUT¶
BatchGetProjectsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_projects TYPE /AWS1/CL_BLDPROJECT=>TT_PROJECTS TT_PROJECTS¶
Information about the requested build projects.
it_projectsnotfound TYPE /AWS1/CL_BLDPROJECTNAMES_W=>TT_PROJECTNAMES TT_PROJECTNAMES¶
The names of build projects for which information could not be found.
Queryable Attributes¶
projects¶
Information about the requested build projects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTS() |
Getter for PROJECTS, with configurable default |
ASK_PROJECTS() |
Getter for PROJECTS w/ exceptions if field has no value |
HAS_PROJECTS() |
Determine if PROJECTS has a value |
projectsNotFound¶
The names of build projects for which information could not be found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTSNOTFOUND() |
Getter for PROJECTSNOTFOUND, with configurable default |
ASK_PROJECTSNOTFOUND() |
Getter for PROJECTSNOTFOUND w/ exceptions if field has no va |
HAS_PROJECTSNOTFOUND() |
Determine if PROJECTSNOTFOUND has a value |