Files
tea4j-autodeploy/docs/CreatePushMirrorOption.md
T
2025-09-07 00:21:05 +00:00

11 lines
594 B
Markdown

# CreatePushMirrorOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interval** | **String** | The sync interval for automatic updates | [optional]
**remoteAddress** | **String** | The remote repository URL to push to | [optional]
**remotePassword** | **String** | The password for authentication with the remote repository | [optional]
**remoteUsername** | **String** | The username for authentication with the remote repository | [optional]
**syncOnCommit** | **Boolean** | Whether to sync on every commit | [optional]