/AWS1/CL_PRNREVISION¶
Revision detail data for a commit and push that activates a sync attempt
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_repositoryname TYPE /AWS1/PRNREPOSITORYNAME /AWS1/PRNREPOSITORYNAME¶
The repository name.
iv_repositoryprovider TYPE /AWS1/PRNREPOSITORYPROVIDER /AWS1/PRNREPOSITORYPROVIDER¶
The repository provider.
iv_sha TYPE /AWS1/PRNSHA /AWS1/PRNSHA¶
The secure hash algorithm (SHA) hash for the revision.
iv_directory TYPE /AWS1/PRNSTRING /AWS1/PRNSTRING¶
The repository directory changed by a commit and push that activated the sync attempt.
iv_branch TYPE /AWS1/PRNGITBRANCHNAME /AWS1/PRNGITBRANCHNAME¶
The repository branch.
Queryable Attributes¶
repositoryName¶
The repository name.
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 |
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 |
sha¶
The secure hash algorithm (SHA) hash for the revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHA() |
Getter for SHA, with configurable default |
ASK_SHA() |
Getter for SHA w/ exceptions if field has no value |
HAS_SHA() |
Determine if SHA has a value |
directory¶
The repository directory changed by a commit and push that activated the sync attempt.
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 |
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 |