/AWS1/CL_SAGGITHUBRESCAPBLTS¶
The capabilities enabled for a GitHub resource integration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_leavecomments TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN¶
Indicates whether the integration can leave comments on pull requests.
iv_remediatecode TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN¶
Indicates whether the integration can create code remediation pull requests.
Queryable Attributes¶
leaveComments¶
Indicates whether the integration can leave comments on pull requests.
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¶
Indicates whether the integration can create code remediation pull requests.
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 |