/AWS1/CL_SAGCODEREMEDTASK¶
Information about task for code remediation
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/SAGCODEREMEDTASKSTATUS /AWS1/SAGCODEREMEDTASKSTATUS¶
Current status of the code remediation task
Optional arguments:¶
iv_statusreason TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Reason for the current code remediation task status
it_taskdetails TYPE /AWS1/CL_SAGCODEREMEDTASKDETS=>TT_CODEREMEDTASKDETAILSLIST TT_CODEREMEDTASKDETAILSLIST¶
Details of the code remediation for each repository
Queryable Attributes¶
status¶
Current status of the code remediation task
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReason¶
Reason for the current code remediation task status
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
taskDetails¶
Details of the code remediation for each repository
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKDETAILS() |
Getter for TASKDETAILS, with configurable default |
ASK_TASKDETAILS() |
Getter for TASKDETAILS w/ exceptions if field has no value |
HAS_TASKDETAILS() |
Determine if TASKDETAILS has a value |