/AWS1/CL_SAGSTRTCODEREVWJOBOUT¶
Output for the StartCodeReviewJob operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_codereviewid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the code review.
iv_codereviewjobid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the started code review job.
Optional arguments:¶
iv_title TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The title of the code review job.
iv_status TYPE /AWS1/SAGJOBSTATUS /AWS1/SAGJOBSTATUS¶
The current status of the code review job.
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the code review job was created, in UTC format.
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the code review job was last updated, in UTC format.
iv_agentspaceid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the agent space.
Queryable Attributes¶
title¶
The title of the code review job.
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 |
status¶
The current status of the code review job.
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 |
createdAt¶
The date and time the code review job 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 code review job 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 |
codeReviewId¶
The unique identifier of the code review.
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 started code review job.
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 |