/AWS1/CL_APRCODEREPOSITORY¶
Describes a source code repository.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_repositoryurl TYPE /AWS1/APRSTRING /AWS1/APRSTRING¶
The location of the repository that contains the source code.
io_sourcecodeversion TYPE REF TO /AWS1/CL_APRSOURCECODEVERSION /AWS1/CL_APRSOURCECODEVERSION¶
The version that should be used within the source code repository.
Optional arguments:¶
io_codeconfiguration TYPE REF TO /AWS1/CL_APRCODECONFIGURATION /AWS1/CL_APRCODECONFIGURATION¶
Configuration for building and running the service from a source code repository.
CodeConfigurationis required only forCreateServicerequest.
iv_sourcedirectory TYPE /AWS1/APRSOURCEDIRECTORY /AWS1/APRSOURCEDIRECTORY¶
The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.
Queryable Attributes¶
RepositoryUrl¶
The location of the repository that contains the source code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYURL() |
Getter for REPOSITORYURL, with configurable default |
ASK_REPOSITORYURL() |
Getter for REPOSITORYURL w/ exceptions if field has no value |
HAS_REPOSITORYURL() |
Determine if REPOSITORYURL has a value |
SourceCodeVersion¶
The version that should be used within the source code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECODEVERSION() |
Getter for SOURCECODEVERSION |
CodeConfiguration¶
Configuration for building and running the service from a source code repository.
CodeConfigurationis required only forCreateServicerequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODECONFIGURATION() |
Getter for CODECONFIGURATION |
SourceDirectory¶
The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEDIRECTORY() |
Getter for SOURCEDIRECTORY, with configurable default |
ASK_SOURCEDIRECTORY() |
Getter for SOURCEDIRECTORY w/ exceptions if field has no val |
HAS_SOURCEDIRECTORY() |
Determine if SOURCEDIRECTORY has a value |