| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSyncAttempt |
ResourceSyncAttempt.clone() |
ResourceSyncAttempt |
GetResourceSyncStatusResult.getLatestSuccessfulSync()
The latest successful sync for the sync status with the Git repository.
|
ResourceSyncAttempt |
GetResourceSyncStatusResult.getLatestSync()
The latest sync for the sync status with the Git repository, whether successful or not.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withEvents(Collection<ResourceSyncEvent> events)
The events related to a resource sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withEvents(ResourceSyncEvent... events)
The events related to a resource sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withInitialRevision(Revision initialRevision)
The current state of the resource as defined in the resource's
config-file in the linked repository. |
ResourceSyncAttempt |
ResourceSyncAttempt.withStartedAt(Date startedAt)
The start time for a resource sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withStatus(ResourceSyncStatus status)
The status for a resource sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withStatus(String status)
The status for a resource sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withTarget(String target)
The name of the Amazon Web Services resource that is attempted to be synchronized.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withTargetRevision(Revision targetRevision)
The desired state of the resource as defined in the resource's
config-file in the linked repository. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceSyncStatusResult.setLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The latest successful sync for the sync status with the Git repository.
|
void |
GetResourceSyncStatusResult.setLatestSync(ResourceSyncAttempt latestSync)
The latest sync for the sync status with the Git repository, whether successful or not.
|
GetResourceSyncStatusResult |
GetResourceSyncStatusResult.withLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The latest successful sync for the sync status with the Git repository.
|
GetResourceSyncStatusResult |
GetResourceSyncStatusResult.withLatestSync(ResourceSyncAttempt latestSync)
The latest sync for the sync status with the Git repository, whether successful or not.
|
Copyright © 2023. All rights reserved.