/AWS1/CL_SAGCODEREVIEWJOBTASK¶
Represents an individual security test task within a code review job. Each task targets a specific risk type and executes independently.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_taskid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the task.
Optional arguments:¶
iv_codereviewid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the code review associated with the task.
iv_codereviewjobid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the code review job that contains the task.
iv_agentspaceid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the agent space.
iv_title TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The title of the task.
iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
A description of the task.
it_categories TYPE /AWS1/CL_SAGCATEGORY=>TT_CATEGORYLIST TT_CATEGORYLIST¶
The list of categories assigned to the task.
iv_risktype TYPE /AWS1/SAGRISKTYPE /AWS1/SAGRISKTYPE¶
The type of security risk the task is testing for.
iv_executionstatus TYPE /AWS1/SAGTASKEXECUTIONSTATUS /AWS1/SAGTASKEXECUTIONSTATUS¶
The current execution status of the task.
io_logslocation TYPE REF TO /AWS1/CL_SAGLOGLOCATION /AWS1/CL_SAGLOGLOCATION¶
The location of the task execution logs.
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the task was created, in UTC format.
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the task was last updated, in UTC format.
Queryable Attributes¶
taskId¶
The unique identifier of the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
codeReviewId¶
The unique identifier of the code review associated with the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWID() |
Getter for CODEREVIEWID, with configurable default |
ASK_CODEREVIEWID() |
Getter for CODEREVIEWID w/ exceptions if field has no value |
HAS_CODEREVIEWID() |
Determine if CODEREVIEWID has a value |
codeReviewJobId¶
The unique identifier of the code review job that contains the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWJOBID() |
Getter for CODEREVIEWJOBID, with configurable default |
ASK_CODEREVIEWJOBID() |
Getter for CODEREVIEWJOBID w/ exceptions if field has no val |
HAS_CODEREVIEWJOBID() |
Determine if CODEREVIEWJOBID has a value |
agentSpaceId¶
The unique identifier of the agent space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSPACEID() |
Getter for AGENTSPACEID, with configurable default |
ASK_AGENTSPACEID() |
Getter for AGENTSPACEID w/ exceptions if field has no value |
HAS_AGENTSPACEID() |
Determine if AGENTSPACEID has a value |
title¶
The title of the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
description¶
A description of the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
categories¶
The list of categories assigned to the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORIES() |
Getter for CATEGORIES, with configurable default |
ASK_CATEGORIES() |
Getter for CATEGORIES w/ exceptions if field has no value |
HAS_CATEGORIES() |
Determine if CATEGORIES has a value |
riskType¶
The type of security risk the task is testing for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKTYPE() |
Getter for RISKTYPE, with configurable default |
ASK_RISKTYPE() |
Getter for RISKTYPE w/ exceptions if field has no value |
HAS_RISKTYPE() |
Determine if RISKTYPE has a value |
executionStatus¶
The current execution status of the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONSTATUS() |
Getter for EXECUTIONSTATUS, with configurable default |
ASK_EXECUTIONSTATUS() |
Getter for EXECUTIONSTATUS w/ exceptions if field has no val |
HAS_EXECUTIONSTATUS() |
Determine if EXECUTIONSTATUS has a value |
logsLocation¶
The location of the task execution logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSLOCATION() |
Getter for LOGSLOCATION |
createdAt¶
The date and time the task was created, in UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The date and time the task was last updated, in UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CODEREVIEWJOBTASKLIST¶
TYPES TT_CODEREVIEWJOBTASKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGCODEREVIEWJOBTASK WITH DEFAULT KEY
.