/AWS1/CL_CATCRESRCREPOSITORY03¶
CreateSourceRepositoryResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_spacename TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING¶
The name of the space.
iv_projectname TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING¶
The name of the project in the space.
iv_name TYPE /AWS1/CATSRCREPOSITORYNAMESTR /AWS1/CATSRCREPOSITORYNAMESTR¶
The name of the source repository.
Optional arguments:¶
iv_description TYPE /AWS1/CATSRCREPOSITORYDESCSTR /AWS1/CATSRCREPOSITORYDESCSTR¶
The description of the source repository.
Queryable Attributes¶
spaceName¶
The name of the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACENAME() |
Getter for SPACENAME, with configurable default |
ASK_SPACENAME() |
Getter for SPACENAME w/ exceptions if field has no value |
HAS_SPACENAME() |
Determine if SPACENAME has a value |
projectName¶
The name of the project in the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTNAME() |
Getter for PROJECTNAME, with configurable default |
ASK_PROJECTNAME() |
Getter for PROJECTNAME w/ exceptions if field has no value |
HAS_PROJECTNAME() |
Determine if PROJECTNAME has a value |
name¶
The name of the source repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the source repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |