/AWS1/CL_SAGCODEREVIEWSETTINGS¶
The code review settings for an agent space, controlling which types of scanning are enabled.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_controlsscanning TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN¶
Indicates whether controls scanning is enabled for code reviews.
iv_generalpurposescanning TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN¶
Indicates whether general-purpose scanning is enabled for code reviews.
Queryable Attributes¶
controlsScanning¶
Indicates whether controls scanning is enabled for code reviews.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLSSCANNING() |
Getter for CONTROLSSCANNING, with configurable default |
ASK_CONTROLSSCANNING() |
Getter for CONTROLSSCANNING w/ exceptions if field has no va |
HAS_CONTROLSSCANNING() |
Determine if CONTROLSSCANNING has a value |
generalPurposeScanning¶
Indicates whether general-purpose scanning is enabled for code reviews.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERALPURPOSESCANNING() |
Getter for GENERALPURPOSESCANNING, with configurable default |
ASK_GENERALPURPOSESCANNING() |
Getter for GENERALPURPOSESCANNING w/ exceptions if field has |
HAS_GENERALPURPOSESCANNING() |
Determine if GENERALPURPOSESCANNING has a value |