public static interface RepositorySyncEvent.Builder extends SdkPojo, CopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncEvent.Builder |
event(String event)
Event detail for a repository sync attempt.
|
RepositorySyncEvent.Builder |
externalId(String externalId)
The external ID of the sync event.
|
RepositorySyncEvent.Builder |
time(Instant time)
The time that the sync event occurred.
|
RepositorySyncEvent.Builder |
type(String type)
The type of event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositorySyncEvent.Builder event(String event)
Event detail for a repository sync attempt.
event - Event detail for a repository sync attempt.RepositorySyncEvent.Builder externalId(String externalId)
The external ID of the sync event.
externalId - The external ID of the sync event.RepositorySyncEvent.Builder time(Instant time)
The time that the sync event occurred.
time - The time that the sync event occurred.RepositorySyncEvent.Builder type(String type)
The type of event.
type - The type of event.Copyright © 2023. All rights reserved.