/AWS1/CL_SAGINTEGRATEDRESOURCE¶
Represents an integrated resource from a third-party provider. This is a union type that contains provider-specific resource information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_githubrepository TYPE REF TO /AWS1/CL_SAGGITHUBREPORESOURCE /AWS1/CL_SAGGITHUBREPORESOURCE¶
The GitHub repository resource information.
io_gitlabrepository TYPE REF TO /AWS1/CL_SAGGITLABREPORESOURCE /AWS1/CL_SAGGITLABREPORESOURCE¶
A GitLab repository integrated as a resource.
io_bitbucketrepository TYPE REF TO /AWS1/CL_SAGBITBUCKETREPORES /AWS1/CL_SAGBITBUCKETREPORES¶
A Bitbucket repository integrated as a resource.
io_confluencedocument TYPE REF TO /AWS1/CL_SAGCONFLNCDOCRESOURCE /AWS1/CL_SAGCONFLNCDOCRESOURCE¶
A Confluence document (page) integrated as a resource.
Queryable Attributes¶
githubRepository¶
The GitHub repository resource information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GITHUBREPOSITORY() |
Getter for GITHUBREPOSITORY |
gitlabRepository¶
A GitLab repository integrated as a resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GITLABREPOSITORY() |
Getter for GITLABREPOSITORY |
bitbucketRepository¶
A Bitbucket repository integrated as a resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BITBUCKETREPOSITORY() |
Getter for BITBUCKETREPOSITORY |
confluenceDocument¶
A Confluence document (page) integrated as a resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFLUENCEDOCUMENT() |
Getter for CONFLUENCEDOCUMENT |