/AWS1/CL_CATREPOSITORYINPUT¶
Information about a repository that will be cloned to a Dev Environment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_repositoryname TYPE /AWS1/CATSRCREPOSITORYNAMESTR /AWS1/CATSRCREPOSITORYNAMESTR¶
The name of the source repository.
Optional arguments:¶
iv_branchname TYPE /AWS1/CATSRCREPOSITORYBRANCH00 /AWS1/CATSRCREPOSITORYBRANCH00¶
The name of the branch in a source repository.
Queryable Attributes¶
repositoryName¶
The name of the source repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
branchName¶
The name of the branch in a source repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRANCHNAME() |
Getter for BRANCHNAME, with configurable default |
ASK_BRANCHNAME() |
Getter for BRANCHNAME w/ exceptions if field has no value |
HAS_BRANCHNAME() |
Determine if BRANCHNAME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPOSITORIESINPUT¶
TYPES TT_REPOSITORIESINPUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_CATREPOSITORYINPUT WITH DEFAULT KEY
.