Skip to content

/AWS1/CL_DZNGITPROPERTIESINPUT

Contains the Git connection properties that you specify when creating a Git connection.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_codeconnectionarn TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The ARN of the CodeConnections connection used to connect to the Git repository.

iv_repositoryid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.

iv_defaultbranch TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The default branch of the Git repository.


Queryable Attributes

codeConnectionArn

The ARN of the CodeConnections connection used to connect to the Git repository.

Accessible with the following methods

Method Description
GET_CODECONNECTIONARN() Getter for CODECONNECTIONARN, with configurable default
ASK_CODECONNECTIONARN() Getter for CODECONNECTIONARN w/ exceptions if field has no v
HAS_CODECONNECTIONARN() Determine if CODECONNECTIONARN has a value

repositoryId

The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.

Accessible with the following methods

Method Description
GET_REPOSITORYID() Getter for REPOSITORYID, with configurable default
ASK_REPOSITORYID() Getter for REPOSITORYID w/ exceptions if field has no value
HAS_REPOSITORYID() Determine if REPOSITORYID has a value

defaultBranch

The default branch of the Git repository.

Accessible with the following methods

Method Description
GET_DEFAULTBRANCH() Getter for DEFAULTBRANCH, with configurable default
ASK_DEFAULTBRANCH() Getter for DEFAULTBRANCH w/ exceptions if field has no value
HAS_DEFAULTBRANCH() Determine if DEFAULTBRANCH has a value