| Package | Description |
|---|---|
| com.google.api.services.sourcerepo.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MirrorConfig |
MirrorConfig.clone() |
MirrorConfig |
Repo.getMirrorConfig()
How this repository mirrors a repository managed by another service.
|
MirrorConfig |
MirrorConfig.set(String fieldName,
Object value) |
MirrorConfig |
MirrorConfig.setDeployKeyId(String deployKeyId)
ID of the SSH deploy key at the other hosting service.
|
MirrorConfig |
MirrorConfig.setUrl(String url)
URL of the main repository at the other hosting service.
|
MirrorConfig |
MirrorConfig.setWebhookId(String webhookId)
ID of the webhook listening to updates to trigger mirroring.
|
| Modifier and Type | Method and Description |
|---|---|
Repo |
Repo.setMirrorConfig(MirrorConfig mirrorConfig)
How this repository mirrors a repository managed by another service.
|
Copyright © 2011–2020 Google. All rights reserved.