/AWS1/CL_CMTPULLREQMERGEDSTA00¶
Returns information about the change in the merge state for a pull request event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_repositoryname TYPE /AWS1/CMTREPOSITORYNAME /AWS1/CMTREPOSITORYNAME¶
The name of the repository where the pull request was created.
iv_destinationreference TYPE /AWS1/CMTREFERENCENAME /AWS1/CMTREFERENCENAME¶
The name of the branch that the pull request is merged into.
io_mergemetadata TYPE REF TO /AWS1/CL_CMTMERGEMETADATA /AWS1/CL_CMTMERGEMETADATA¶
Information about the merge state change event.
Queryable Attributes¶
repositoryName¶
The name of the repository where the pull request was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
destinationReference¶
The name of the branch that the pull request is merged into.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONREFERENCE() |
Getter for DESTINATIONREFERENCE, with configurable default |
ASK_DESTINATIONREFERENCE() |
Getter for DESTINATIONREFERENCE w/ exceptions if field has n |
HAS_DESTINATIONREFERENCE() |
Determine if DESTINATIONREFERENCE has a value |
mergeMetadata¶
Information about the merge state change event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MERGEMETADATA() |
Getter for MERGEMETADATA |