/AWS1/CL_CMTPOSTCOMMENTFORCO01¶
PostCommentForComparedCommitOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_repositoryname TYPE /AWS1/CMTREPOSITORYNAME /AWS1/CMTREPOSITORYNAME¶
The name of the repository where you posted a comment on the comparison between commits.
iv_beforecommitid TYPE /AWS1/CMTCOMMITID /AWS1/CMTCOMMITID¶
In the directionality you established, the full commit ID of the before commit.
iv_aftercommitid TYPE /AWS1/CMTCOMMITID /AWS1/CMTCOMMITID¶
In the directionality you established, the full commit ID of the after commit.
iv_beforeblobid TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID¶
In the directionality you established, the blob ID of the before blob.
iv_afterblobid TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID¶
In the directionality you established, the blob ID of the after blob.
io_location TYPE REF TO /AWS1/CL_CMTLOCATION /AWS1/CL_CMTLOCATION¶
The location of the comment in the comparison between the two commits.
io_comment TYPE REF TO /AWS1/CL_CMTCOMMENT /AWS1/CL_CMTCOMMENT¶
The content of the comment you posted.
Queryable Attributes¶
repositoryName¶
The name of the repository where you posted a comment on the comparison between commits.
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 |
beforeCommitId¶
In the directionality you established, the full commit ID of the before commit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEFORECOMMITID() |
Getter for BEFORECOMMITID, with configurable default |
ASK_BEFORECOMMITID() |
Getter for BEFORECOMMITID w/ exceptions if field has no valu |
HAS_BEFORECOMMITID() |
Determine if BEFORECOMMITID has a value |
afterCommitId¶
In the directionality you established, the full commit ID of the after commit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFTERCOMMITID() |
Getter for AFTERCOMMITID, with configurable default |
ASK_AFTERCOMMITID() |
Getter for AFTERCOMMITID w/ exceptions if field has no value |
HAS_AFTERCOMMITID() |
Determine if AFTERCOMMITID has a value |
beforeBlobId¶
In the directionality you established, the blob ID of the before blob.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEFOREBLOBID() |
Getter for BEFOREBLOBID, with configurable default |
ASK_BEFOREBLOBID() |
Getter for BEFOREBLOBID w/ exceptions if field has no value |
HAS_BEFOREBLOBID() |
Determine if BEFOREBLOBID has a value |
afterBlobId¶
In the directionality you established, the blob ID of the after blob.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFTERBLOBID() |
Getter for AFTERBLOBID, with configurable default |
ASK_AFTERBLOBID() |
Getter for AFTERBLOBID w/ exceptions if field has no value |
HAS_AFTERBLOBID() |
Determine if AFTERBLOBID has a value |
location¶
The location of the comment in the comparison between the two commits.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
comment¶
The content of the comment you posted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT |