Skip to content

/AWS1/CL_SAGBITBKTRESCAPBLTS

Capabilities for an integrated Bitbucket repository.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_leavecomments TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN

Whether to post code review comments on pull requests.

iv_remediatecode TYPE /AWS1/SAGBOOLEAN /AWS1/SAGBOOLEAN

Whether to create pull requests with automated fixes.


Queryable Attributes

leaveComments

Whether to post code review comments on pull requests.

Accessible with the following methods

Method Description
GET_LEAVECOMMENTS() Getter for LEAVECOMMENTS, with configurable default
ASK_LEAVECOMMENTS() Getter for LEAVECOMMENTS w/ exceptions if field has no value
HAS_LEAVECOMMENTS() Determine if LEAVECOMMENTS has a value

remediateCode

Whether to create pull requests with automated fixes.

Accessible with the following methods

Method Description
GET_REMEDIATECODE() Getter for REMEDIATECODE, with configurable default
ASK_REMEDIATECODE() Getter for REMEDIATECODE w/ exceptions if field has no value
HAS_REMEDIATECODE() Determine if REMEDIATECODE has a value