| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncAttempt |
RepositorySyncAttempt.clone() |
RepositorySyncAttempt |
GetRepositorySyncStatusResult.getLatestSync()
The status of the latest sync returned for a specified repository and branch.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withEvents(Collection<RepositorySyncEvent> events)
The events associated with a specific sync attempt.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withEvents(RepositorySyncEvent... events)
The events associated with a specific sync attempt.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withStartedAt(Date startedAt)
The start time of a specific sync attempt.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withStatus(RepositorySyncStatus status)
The status of a specific sync attempt.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withStatus(String status)
The status of a specific sync attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRepositorySyncStatusResult.setLatestSync(RepositorySyncAttempt latestSync)
The status of the latest sync returned for a specified repository and branch.
|
GetRepositorySyncStatusResult |
GetRepositorySyncStatusResult.withLatestSync(RepositorySyncAttempt latestSync)
The status of the latest sync returned for a specified repository and branch.
|
Copyright © 2024. All rights reserved.