/AWS1/CL_PRNREPOSITORYSYNCDEFN¶
A repository sync definition.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_target TYPE /AWS1/PRNSTRING /AWS1/PRNSTRING¶
The resource that is synced to.
iv_parent TYPE /AWS1/PRNSTRING /AWS1/PRNSTRING¶
The resource that is synced from.
iv_branch TYPE /AWS1/PRNGITBRANCHNAME /AWS1/PRNGITBRANCHNAME¶
The repository branch.
iv_directory TYPE /AWS1/PRNSTRING /AWS1/PRNSTRING¶
The directory in the repository.
Queryable Attributes¶
target¶
The resource that is synced to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGET() |
Getter for TARGET, with configurable default |
ASK_TARGET() |
Getter for TARGET w/ exceptions if field has no value |
HAS_TARGET() |
Determine if TARGET has a value |
parent¶
The resource that is synced from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENT() |
Getter for PARENT, with configurable default |
ASK_PARENT() |
Getter for PARENT w/ exceptions if field has no value |
HAS_PARENT() |
Determine if PARENT 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 |
directory¶
The directory in the repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORY() |
Getter for DIRECTORY, with configurable default |
ASK_DIRECTORY() |
Getter for DIRECTORY w/ exceptions if field has no value |
HAS_DIRECTORY() |
Determine if DIRECTORY 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_REPOSITORYSYNCDEFNLIST¶
TYPES TT_REPOSITORYSYNCDEFNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PRNREPOSITORYSYNCDEFN WITH DEFAULT KEY
.