/AWS1/CL_CMTDSCMERGECONFLICT01¶
DescribeMergeConflictsOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_conflictmetadata
TYPE REF TO /AWS1/CL_CMTCONFLICTMETADATA
/AWS1/CL_CMTCONFLICTMETADATA
¶
Contains metadata about the conflicts found in the merge.
it_mergehunks
TYPE /AWS1/CL_CMTMERGEHUNK=>TT_MERGEHUNKS
TT_MERGEHUNKS
¶
A list of merge hunks of the differences between the files or lines.
iv_destinationcommitid
TYPE /AWS1/CMTOBJECTID
/AWS1/CMTOBJECTID
¶
The commit ID of the destination commit specifier that was used in the merge evaluation.
iv_sourcecommitid
TYPE /AWS1/CMTOBJECTID
/AWS1/CMTOBJECTID
¶
The commit ID of the source commit specifier that was used in the merge evaluation.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/CMTNEXTTOKEN
/AWS1/CMTNEXTTOKEN
¶
An enumeration token that can be used in a request to return the next batch of the results.
iv_basecommitid
TYPE /AWS1/CMTOBJECTID
/AWS1/CMTOBJECTID
¶
The commit ID of the merge base.
Queryable Attributes¶
conflictMetadata¶
Contains metadata about the conflicts found in the merge.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFLICTMETADATA() |
Getter for CONFLICTMETADATA |
mergeHunks¶
A list of merge hunks of the differences between the files or lines.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MERGEHUNKS() |
Getter for MERGEHUNKS, with configurable default |
ASK_MERGEHUNKS() |
Getter for MERGEHUNKS w/ exceptions if field has no value |
HAS_MERGEHUNKS() |
Determine if MERGEHUNKS has a value |
nextToken¶
An enumeration token that can be used in a request to return the next batch of the results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
destinationCommitId¶
The commit ID of the destination commit specifier that was used in the merge evaluation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATIONCOMMITID() |
Getter for DESTINATIONCOMMITID, with configurable default |
ASK_DESTINATIONCOMMITID() |
Getter for DESTINATIONCOMMITID w/ exceptions if field has no |
HAS_DESTINATIONCOMMITID() |
Determine if DESTINATIONCOMMITID has a value |
sourceCommitId¶
The commit ID of the source commit specifier that was used in the merge evaluation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCECOMMITID() |
Getter for SOURCECOMMITID, with configurable default |
ASK_SOURCECOMMITID() |
Getter for SOURCECOMMITID w/ exceptions if field has no valu |
HAS_SOURCECOMMITID() |
Determine if SOURCECOMMITID has a value |
baseCommitId¶
The commit ID of the merge base.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BASECOMMITID() |
Getter for BASECOMMITID, with configurable default |
ASK_BASECOMMITID() |
Getter for BASECOMMITID w/ exceptions if field has no value |
HAS_BASECOMMITID() |
Determine if BASECOMMITID has a value |