Skip to content

/AWS1/CL_SAGCODEREMEDTASKDETS

Contains details about a code remediation task, including links to the code diff and pull request.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_reponame TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The name of the repository where the remediation was applied.

The link to the code diff for the remediation.

The link to the pull request created for the remediation.


Queryable Attributes

repoName

The name of the repository where the remediation was applied.

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

The 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

The link to the pull request created 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
.