Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.55 KB

File metadata and controls

48 lines (36 loc) · 1.55 KB

MigrateRepoOptions

MigrateRepoOptions options for migrating repository's this is used to interact with api v1

Properties

Name Type Description Notes
authPassword String [optional]
authToken String [optional]
authUsername 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 Name of User or Organisation who will own Repo after migration [optional]
service ServiceEnum [optional]
uid Long deprecated (only for backwards compatibility) [optional]
wiki Boolean [optional]

Enum: ServiceEnum

Name Value
GIT "git"
GITHUB "github"
GITEA "gitea"
GITLAB "gitlab"
GOGS "gogs"
ONEDEV "onedev"
GITBUCKET "gitbucket"
CODEBASE "codebase"