mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
14 lines
738 B
Markdown
14 lines
738 B
Markdown
# PushMirror
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**created** | [**Date**](Date.md) | | [optional]
|
|
**interval** | **String** | The sync interval for automatic updates | [optional]
|
|
**lastError** | **String** | The last error message encountered during sync | [optional]
|
|
**lastUpdate** | [**Date**](Date.md) | | [optional]
|
|
**remoteAddress** | **String** | The remote repository URL being mirrored to | [optional]
|
|
**remoteName** | **String** | The name of the remote in the git configuration | [optional]
|
|
**repoName** | **String** | The name of the source repository | [optional]
|
|
**syncOnCommit** | **Boolean** | Whether to sync on every commit | [optional]
|