/AWS1/CL_IN2CREGITLABSELFMAN00¶
Contains details required to create an integration with a self-managed GitLab instance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instanceurl TYPE /AWS1/IN2INSTANCEURL /AWS1/IN2INSTANCEURL¶
The URL of the self-managed GitLab instance.
iv_accesstoken TYPE /AWS1/IN2GITLABACCESSTOKEN /AWS1/IN2GITLABACCESSTOKEN¶
The personal access token used to authenticate with the self-managed GitLab instance.
Queryable Attributes¶
instanceUrl¶
The URL of the self-managed GitLab instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEURL() |
Getter for INSTANCEURL, with configurable default |
ASK_INSTANCEURL() |
Getter for INSTANCEURL w/ exceptions if field has no value |
HAS_INSTANCEURL() |
Determine if INSTANCEURL has a value |
accessToken¶
The personal access token used to authenticate with the self-managed GitLab instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSTOKEN() |
Getter for ACCESSTOKEN, with configurable default |
ASK_ACCESSTOKEN() |
Getter for ACCESSTOKEN w/ exceptions if field has no value |
HAS_ACCESSTOKEN() |
Determine if ACCESSTOKEN has a value |