/AWS1/CL_BLDPROJECTBADGE¶
Information about the build badge for the build project.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_badgeenabled
TYPE /AWS1/BLDBOOLEAN
/AWS1/BLDBOOLEAN
¶
Set this to true to generate a publicly accessible URL for your project's build badge.
iv_badgerequesturl
TYPE /AWS1/BLDSTRING
/AWS1/BLDSTRING
¶
The publicly-accessible URL through which you can access the build badge for your project.
Queryable Attributes¶
badgeEnabled¶
Set this to true to generate a publicly accessible URL for your project's build badge.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BADGEENABLED() |
Getter for BADGEENABLED |
badgeRequestUrl¶
The publicly-accessible URL through which you can access the build badge for your project.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BADGEREQUESTURL() |
Getter for BADGEREQUESTURL, with configurable default |
ASK_BADGEREQUESTURL() |
Getter for BADGEREQUESTURL w/ exceptions if field has no val |
HAS_BADGEREQUESTURL() |
Determine if BADGEREQUESTURL has a value |