/AWS1/CL_CMTGETPULLREQOVERRI01¶
GetPullRequestOverrideStateOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_overridden
TYPE /AWS1/CMTOVERRIDDEN
/AWS1/CMTOVERRIDDEN
¶
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
iv_overrider
TYPE /AWS1/CMTARN
/AWS1/CMTARN
¶
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
Queryable Attributes¶
overridden¶
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
Accessible with the following methods¶
Method | Description |
---|---|
GET_OVERRIDDEN() |
Getter for OVERRIDDEN |
overrider¶
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OVERRIDER() |
Getter for OVERRIDER, with configurable default |
ASK_OVERRIDER() |
Getter for OVERRIDER w/ exceptions if field has no value |
HAS_OVERRIDER() |
Determine if OVERRIDER has a value |