/AWS1/CL_PRNTEMPLATESYNCCONFIG¶
The detail data for a template sync configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_templatename TYPE /AWS1/PRNRESOURCENAME /AWS1/PRNRESOURCENAME¶
The template name.
iv_templatetype TYPE /AWS1/PRNTEMPLATETYPE /AWS1/PRNTEMPLATETYPE¶
The template type.
iv_repositoryprovider TYPE /AWS1/PRNREPOSITORYPROVIDER /AWS1/PRNREPOSITORYPROVIDER¶
The repository provider.
iv_repositoryname TYPE /AWS1/PRNREPOSITORYNAME /AWS1/PRNREPOSITORYNAME¶
The repository name (for example,
myrepos/myrepo).
iv_branch TYPE /AWS1/PRNGITBRANCHNAME /AWS1/PRNGITBRANCHNAME¶
The repository branch.
Optional arguments:¶
iv_subdirectory TYPE /AWS1/PRNSUBDIRECTORY /AWS1/PRNSUBDIRECTORY¶
A subdirectory path to your template bundle version.
Queryable Attributes¶
templateName¶
The template name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
templateType¶
The template type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATETYPE() |
Getter for TEMPLATETYPE, with configurable default |
ASK_TEMPLATETYPE() |
Getter for TEMPLATETYPE w/ exceptions if field has no value |
HAS_TEMPLATETYPE() |
Determine if TEMPLATETYPE has a value |
repositoryProvider¶
The repository provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYPROVIDER() |
Getter for REPOSITORYPROVIDER, with configurable default |
ASK_REPOSITORYPROVIDER() |
Getter for REPOSITORYPROVIDER w/ exceptions if field has no |
HAS_REPOSITORYPROVIDER() |
Determine if REPOSITORYPROVIDER has a value |
repositoryName¶
The repository name (for example,
myrepos/myrepo).
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 |
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 |
subdirectory¶
A subdirectory path to your template bundle version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBDIRECTORY() |
Getter for SUBDIRECTORY, with configurable default |
ASK_SUBDIRECTORY() |
Getter for SUBDIRECTORY w/ exceptions if field has no value |
HAS_SUBDIRECTORY() |
Determine if SUBDIRECTORY has a value |