/AWS1/CL_SAGGITLABRESCAPBLTS¶
Capabilities for an integrated GitLab repository.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_leavecomments TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN¶
Whether to post code review comments on merge request discussions.
iv_remediatecode TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN¶
Whether to create merge requests with automated fixes.
Queryable Attributes¶
leaveComments¶
Whether to post code review comments on merge request discussions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEAVECOMMENTS() |
Getter for LEAVECOMMENTS, with configurable default |
ASK_LEAVECOMMENTS() |
Getter for LEAVECOMMENTS w/ exceptions if field has no value |
HAS_LEAVECOMMENTS() |
Determine if LEAVECOMMENTS has a value |
remediateCode¶
Whether to create merge requests with automated fixes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMEDIATECODE() |
Getter for REMEDIATECODE, with configurable default |
ASK_REMEDIATECODE() |
Getter for REMEDIATECODE w/ exceptions if field has no value |
HAS_REMEDIATECODE() |
Determine if REMEDIATECODE has a value |