Skip to content

/AWS1/CL_CMTCREATECOMMITOUTPUT

CreateCommitOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_COMMITID TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID

The full commit ID of the commit that contains your committed file changes.

IV_TREEID TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID

The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.

IT_FILESADDED TYPE /AWS1/CL_CMTFILEMETADATA=>TT_FILESMETADATA TT_FILESMETADATA

The files added as part of the committed file changes.

IT_FILESUPDATED TYPE /AWS1/CL_CMTFILEMETADATA=>TT_FILESMETADATA TT_FILESMETADATA

The files updated as part of the commited file changes.

IT_FILESDELETED TYPE /AWS1/CL_CMTFILEMETADATA=>TT_FILESMETADATA TT_FILESMETADATA

The files deleted as part of the committed file changes.


Queryable Attributes

commitId

The full commit ID of the commit that contains your committed file changes.

Accessible with the following methods

Method Description
GET_COMMITID() Getter for COMMITID, with configurable default
ASK_COMMITID() Getter for COMMITID w/ exceptions if field has no value
HAS_COMMITID() Determine if COMMITID has a value

treeId

The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.

Accessible with the following methods

Method Description
GET_TREEID() Getter for TREEID, with configurable default
ASK_TREEID() Getter for TREEID w/ exceptions if field has no value
HAS_TREEID() Determine if TREEID has a value

filesAdded

The files added as part of the committed file changes.

Accessible with the following methods

Method Description
GET_FILESADDED() Getter for FILESADDED, with configurable default
ASK_FILESADDED() Getter for FILESADDED w/ exceptions if field has no value
HAS_FILESADDED() Determine if FILESADDED has a value

filesUpdated

The files updated as part of the commited file changes.

Accessible with the following methods

Method Description
GET_FILESUPDATED() Getter for FILESUPDATED, with configurable default
ASK_FILESUPDATED() Getter for FILESUPDATED w/ exceptions if field has no value
HAS_FILESUPDATED() Determine if FILESUPDATED has a value

filesDeleted

The files deleted as part of the committed file changes.

Accessible with the following methods

Method Description
GET_FILESDELETED() Getter for FILESDELETED, with configurable default
ASK_FILESDELETED() Getter for FILESDELETED w/ exceptions if field has no value
HAS_FILESDELETED() Determine if FILESDELETED has a value