Skip to content

/AWS1/CL_OMXDEFNREPOSITORY

Contains information about a source code repository that hosts the workflow definition files.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectionarn TYPE /AWS1/OMXCONNECTIONARN /AWS1/OMXCONNECTIONARN

The Amazon Resource Name (ARN) of the connection to the source code repository.

iv_fullrepositoryid TYPE /AWS1/OMXFULLREPOSITORYID /AWS1/OMXFULLREPOSITORYID

The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.

Optional arguments:

io_sourcereference TYPE REF TO /AWS1/CL_OMXSOURCEREFERENCE /AWS1/CL_OMXSOURCEREFERENCE

The source reference for the repository, such as a branch name, tag, or commit ID.

it_excludefilepatterns TYPE /AWS1/CL_OMXEXCLUDEFILEPATLS00=>TT_EXCLUDEFILEPATTERNLIST TT_EXCLUDEFILEPATTERNLIST

A list of file patterns to exclude when retrieving the workflow definition from the repository.


Queryable Attributes

connectionArn

The Amazon Resource Name (ARN) of the connection to the source code repository.

Accessible with the following methods

Method Description
GET_CONNECTIONARN() Getter for CONNECTIONARN, with configurable default
ASK_CONNECTIONARN() Getter for CONNECTIONARN w/ exceptions if field has no value
HAS_CONNECTIONARN() Determine if CONNECTIONARN has a value

fullRepositoryId

The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.

Accessible with the following methods

Method Description
GET_FULLREPOSITORYID() Getter for FULLREPOSITORYID, with configurable default
ASK_FULLREPOSITORYID() Getter for FULLREPOSITORYID w/ exceptions if field has no va
HAS_FULLREPOSITORYID() Determine if FULLREPOSITORYID has a value

sourceReference

The source reference for the repository, such as a branch name, tag, or commit ID.

Accessible with the following methods

Method Description
GET_SOURCEREFERENCE() Getter for SOURCEREFERENCE

excludeFilePatterns

A list of file patterns to exclude when retrieving the workflow definition from the repository.

Accessible with the following methods

Method Description
GET_EXCLUDEFILEPATTERNS() Getter for EXCLUDEFILEPATTERNS, with configurable default
ASK_EXCLUDEFILEPATTERNS() Getter for EXCLUDEFILEPATTERNS w/ exceptions if field has no
HAS_EXCLUDEFILEPATTERNS() Determine if EXCLUDEFILEPATTERNS has a value