Skip to content

/AWS1/CL_CMTTARGET

Returns information about a target for a pull request.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_REPOSITORYNAME TYPE /AWS1/CMTREPOSITORYNAME /AWS1/CMTREPOSITORYNAME

The name of the repository that contains the pull request.

IV_SOURCEREFERENCE TYPE /AWS1/CMTREFERENCENAME /AWS1/CMTREFERENCENAME

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Optional arguments:

IV_DESTINATIONREFERENCE TYPE /AWS1/CMTREFERENCENAME /AWS1/CMTREFERENCENAME

The branch of the repository where the pull request changes are merged. Also known as the destination branch.


Queryable Attributes

repositoryName

The name of the repository that contains the pull request.

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

sourceReference

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Accessible with the following methods

Method Description
GET_SOURCEREFERENCE() Getter for SOURCEREFERENCE, with configurable default
ASK_SOURCEREFERENCE() Getter for SOURCEREFERENCE w/ exceptions if field has no val
HAS_SOURCEREFERENCE() Determine if SOURCEREFERENCE has a value

destinationReference

The branch of the repository where the pull request changes are merged. Also known as the destination branch.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TARGETLIST

TYPES TT_TARGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTTARGET WITH DEFAULT KEY
.