/AWS1/CL_PRNRESRCSYNCATTEMPT¶
Detail data for a resource sync attempt activated by a push to a repository.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_initialrevision TYPE REF TO /AWS1/CL_PRNREVISION /AWS1/CL_PRNREVISION¶
Detail data for the initial repository commit, path and push.
io_targetrevision TYPE REF TO /AWS1/CL_PRNREVISION /AWS1/CL_PRNREVISION¶
Detail data for the target revision.
iv_target TYPE /AWS1/PRNSTRING /AWS1/PRNSTRING¶
The resource that is synced to.
iv_startedat TYPE /AWS1/PRNTIMESTAMP /AWS1/PRNTIMESTAMP¶
The time when the sync attempt started.
iv_status TYPE /AWS1/PRNRESOURCESYNCSTATUS /AWS1/PRNRESOURCESYNCSTATUS¶
The status of the sync attempt.
it_events TYPE /AWS1/CL_PRNRESOURCESYNCEVENT=>TT_RESOURCESYNCEVENTS TT_RESOURCESYNCEVENTS¶
An array of events with detail data.
Queryable Attributes¶
initialRevision¶
Detail data for the initial repository commit, path and push.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIALREVISION() |
Getter for INITIALREVISION |
targetRevision¶
Detail data for the target revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETREVISION() |
Getter for TARGETREVISION |
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 |
startedAt¶
The time when the sync attempt started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
status¶
The status of the sync attempt.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
events¶
An array of events with detail data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |