/AWS1/CL_BDCHARNSKILLGITSOURCE¶
A git repository source for a skill.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_url TYPE /AWS1/BDCHARNESSSKILLGITURL /AWS1/BDCHARNESSSKILLGITURL¶
The HTTPS URL of the git repository.
Optional arguments:¶
iv_path TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
Subdirectory within the repository containing the skill.
io_auth TYPE REF TO /AWS1/CL_BDCHARNSKILLGITAUTH /AWS1/CL_BDCHARNSKILLGITAUTH¶
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 |