/AWS1/CL_SAGPROVIDERINPUT¶
The provider-specific input for creating an integration. This is a union type that contains provider-specific configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_github TYPE REF TO /AWS1/CL_SAGGITHUBINTGINPUT /AWS1/CL_SAGGITHUBINTGINPUT¶
The GitHub-specific input for creating an integration.
io_gitlab TYPE REF TO /AWS1/CL_SAGGITLABINTGINPUT /AWS1/CL_SAGGITLABINTGINPUT¶
The configuration for a GitLab integration.
io_bitbucket TYPE REF TO /AWS1/CL_SAGBITBUCKETINTGINPUT /AWS1/CL_SAGBITBUCKETINTGINPUT¶
The configuration for a Bitbucket integration.
io_confluence TYPE REF TO /AWS1/CL_SAGCONFLNCINTGINPUT /AWS1/CL_SAGCONFLNCINTGINPUT¶
The configuration for a Confluence integration.
Queryable Attributes¶
github¶
The GitHub-specific input for creating an integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GITHUB() |
Getter for GITHUB |
gitlab¶
The configuration for a GitLab integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GITLAB() |
Getter for GITLAB |
bitbucket¶
The configuration for a Bitbucket integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BITBUCKET() |
Getter for BITBUCKET |
confluence¶
The configuration for a Confluence integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFLUENCE() |
Getter for CONFLUENCE |