mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
1.6 KiB
1.6 KiB
MigrateRepoOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| authPassword | String | [optional] | |
| authToken | String | [optional] | |
| authUsername | String | [optional] | |
| awsAccessKeyId | String | [optional] | |
| awsSecretAccessKey | String | [optional] | |
| cloneAddr | String | ||
| description | String | [optional] | |
| issues | Boolean | [optional] | |
| labels | Boolean | [optional] | |
| lfs | Boolean | [optional] | |
| lfsEndpoint | String | [optional] | |
| milestones | Boolean | [optional] | |
| mirror | Boolean | [optional] | |
| mirrorInterval | String | [optional] | |
| _private | Boolean | [optional] | |
| pullRequests | Boolean | [optional] | |
| releases | Boolean | [optional] | |
| repoName | String | ||
| repoOwner | String | the organization's name or individual user's name who will own the migrated repository | [optional] |
| service | ServiceEnum | [optional] | |
| uid | Long | deprecated (only for backwards compatibility, use repo_owner instead) | [optional] |
| wiki | Boolean | [optional] |
Enum: ServiceEnum
| Name | Value |
|---|---|
| GIT | "git" |
| GITHUB | "github" |
| GITEA | "gitea" |
| GITLAB | "gitlab" |
| GOGS | "gogs" |
| ONEDEV | "onedev" |
| GITBUCKET | "gitbucket" |
| CODEBASE | "codebase" |
| CODECOMMIT | "codecommit" |