/AWS1/CL_GURREPOSITORY¶
Information about an associated Amazon Web Services CodeCommit repository or an associated repository
that is managed by Amazon Web Services CodeStar Connections (for example, Bitbucket). This
Repository object is not used if your source code is in an associated
GitHub repository.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_codecommit TYPE REF TO /AWS1/CL_GURCODECOMMITREPOSI00 /AWS1/CL_GURCODECOMMITREPOSI00¶
Information about an Amazon Web Services CodeCommit repository.
io_bitbucket TYPE REF TO /AWS1/CL_GURTHIRDPARTYSRCREP00 /AWS1/CL_GURTHIRDPARTYSRCREP00¶
Information about a Bitbucket repository.
io_githubenterpriseserver TYPE REF TO /AWS1/CL_GURTHIRDPARTYSRCREP00 /AWS1/CL_GURTHIRDPARTYSRCREP00¶
Information about a GitHub Enterprise Server repository.
io_s3bucket TYPE REF TO /AWS1/CL_GURS3REPOSITORY /AWS1/CL_GURS3REPOSITORY¶
Information about a repository in an S3 bucket.
Queryable Attributes¶
CodeCommit¶
Information about an Amazon Web Services CodeCommit repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODECOMMIT() |
Getter for CODECOMMIT |
Bitbucket¶
Information about a Bitbucket repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BITBUCKET() |
Getter for BITBUCKET |
GitHubEnterpriseServer¶
Information about a GitHub Enterprise Server repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GITHUBENTERPRISESERVER() |
Getter for GITHUBENTERPRISESERVER |
S3Bucket¶
Information about a repository in an S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET |