Skip to content

/AWS1/CL_BDOHARNSKILLGITSOURCE

A git repository source for a skill.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_url TYPE /AWS1/BDOHARNESSSKILLGITURL /AWS1/BDOHARNESSSKILLGITURL

The HTTPS URL of the git repository.

Optional arguments:

iv_path TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

Subdirectory within the repository containing the skill.

io_auth TYPE REF TO /AWS1/CL_BDOHARNSKILLGITAUTH /AWS1/CL_BDOHARNSKILLGITAUTH

Authentication configuration for private repositories.


Queryable Attributes

url

The HTTPS URL of the git repository.

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

path

Subdirectory within the repository containing the skill.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

auth

Authentication configuration for private repositories.

Accessible with the following methods

Method Description
GET_AUTH() Getter for AUTH