/AWS1/CL_PRNREPOSITORYBRANCH00¶
Detail input data for a linked repository branch.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_provider TYPE /AWS1/PRNREPOSITORYPROVIDER /AWS1/PRNREPOSITORYPROVIDER¶
The repository provider.
iv_name TYPE /AWS1/PRNREPOSITORYNAME /AWS1/PRNREPOSITORYNAME¶
The repository name.
iv_branch TYPE /AWS1/PRNGITBRANCHNAME /AWS1/PRNGITBRANCHNAME¶
The repository branch.
Queryable Attributes¶
provider¶
The repository provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER, with configurable default |
ASK_PROVIDER() |
Getter for PROVIDER w/ exceptions if field has no value |
HAS_PROVIDER() |
Determine if PROVIDER has a value |
name¶
The repository name.
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 |
branch¶
The repository branch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRANCH() |
Getter for BRANCH, with configurable default |
ASK_BRANCH() |
Getter for BRANCH w/ exceptions if field has no value |
HAS_BRANCH() |
Determine if BRANCH has a value |