/AWS1/CL_SAGGITLABREPORESOURCE¶
A GitLab repository integrated as a resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SAGPROVIDERRESOURCENAME /AWS1/SAGPROVIDERRESOURCENAME¶
Name of the resource e.g. repository name, etc.
iv_namespace TYPE /AWS1/SAGGITLABNAMESPACE /AWS1/SAGGITLABNAMESPACE¶
The namespace (group or user path) that owns the project.
Queryable Attributes¶
name¶
Name of the resource e.g. repository name, etc.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
namespace¶
The namespace (group or user path) that owns the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |