/AWS1/CL_STCREPOSITORYSYNCAT00¶
Information about a repository sync attempt for a repository with a sync configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_startedat TYPE /AWS1/STCTIMESTAMP /AWS1/STCTIMESTAMP¶
The start time of a specific sync attempt.
iv_status TYPE /AWS1/STCREPOSITORYSYNCSTATUS /AWS1/STCREPOSITORYSYNCSTATUS¶
The status of a specific sync attempt. The following are valid statuses:
INITIATED - A repository sync attempt has been created and will begin soon.
IN_PROGRESS - A repository sync attempt has started and work is being done to reconcile the branch.
SUCCEEDED - The repository sync attempt has completed successfully.
FAILED - The repository sync attempt has failed.
QUEUED - The repository sync attempt didn't execute and was queued.
it_events TYPE /AWS1/CL_STCREPOSITORYSYNCEVT=>TT_REPOSITORYSYNCEVENTLIST TT_REPOSITORYSYNCEVENTLIST¶
The events associated with a specific sync attempt.
Queryable Attributes¶
StartedAt¶
The start time of a specific sync attempt.
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 a specific sync attempt. The following are valid statuses:
INITIATED - A repository sync attempt has been created and will begin soon.
IN_PROGRESS - A repository sync attempt has started and work is being done to reconcile the branch.
SUCCEEDED - The repository sync attempt has completed successfully.
FAILED - The repository sync attempt has failed.
QUEUED - The repository sync attempt didn't execute and was queued.
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¶
The events associated with a specific sync attempt.
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 |