/AWS1/CL_SAGCODEREMEDTASKDETS¶
Code remediation details for a single repository
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reponame TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Name of the repository
iv_codedifflink TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Link to the code diff for the remediation
iv_pullrequestlink TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Link to the pull request for the remediation
Queryable Attributes¶
repoName¶
Name of the repository
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPONAME() |
Getter for REPONAME, with configurable default |
ASK_REPONAME() |
Getter for REPONAME w/ exceptions if field has no value |
HAS_REPONAME() |
Determine if REPONAME has a value |
codeDiffLink¶
Link to the code diff for the remediation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEDIFFLINK() |
Getter for CODEDIFFLINK, with configurable default |
ASK_CODEDIFFLINK() |
Getter for CODEDIFFLINK w/ exceptions if field has no value |
HAS_CODEDIFFLINK() |
Determine if CODEDIFFLINK has a value |
pullRequestLink¶
Link to the pull request for the remediation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PULLREQUESTLINK() |
Getter for PULLREQUESTLINK, with configurable default |
ASK_PULLREQUESTLINK() |
Getter for PULLREQUESTLINK w/ exceptions if field has no val |
HAS_PULLREQUESTLINK() |
Determine if PULLREQUESTLINK 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_CODEREMEDTASKDETAILSLIST¶
TYPES TT_CODEREMEDTASKDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGCODEREMEDTASKDETS WITH DEFAULT KEY
.