/AWS1/CL_IN2CODEREPOSITORYON00¶
Contains information about on-demand scans performed on a code repository.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_lastscannedcommitid
TYPE /AWS1/IN2COMMITID
/AWS1/IN2COMMITID
¶
The ID of the last commit that was scanned during an on-demand scan.
iv_lastscanat
TYPE /AWS1/IN2DATETIMETIMESTAMP
/AWS1/IN2DATETIMETIMESTAMP
¶
The timestamp when the last on-demand scan was performed.
io_scanstatus
TYPE REF TO /AWS1/CL_IN2SCANSTATUS
/AWS1/CL_IN2SCANSTATUS
¶
scanStatus
Queryable Attributes¶
lastScannedCommitId¶
The ID of the last commit that was scanned during an on-demand scan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSCANNEDCOMMITID() |
Getter for LASTSCANNEDCOMMITID, with configurable default |
ASK_LASTSCANNEDCOMMITID() |
Getter for LASTSCANNEDCOMMITID w/ exceptions if field has no |
HAS_LASTSCANNEDCOMMITID() |
Determine if LASTSCANNEDCOMMITID has a value |
lastScanAt¶
The timestamp when the last on-demand scan was performed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSCANAT() |
Getter for LASTSCANAT, with configurable default |
ASK_LASTSCANAT() |
Getter for LASTSCANAT w/ exceptions if field has no value |
HAS_LASTSCANAT() |
Determine if LASTSCANAT has a value |
scanStatus¶
scanStatus
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANSTATUS() |
Getter for SCANSTATUS |