Migration interface
企业实时迁移
属性
| agent |
迁移流水线的代理池名称。 |
| changed |
最后一次改变了这次迁徙的身份。 |
| changed |
这次迁移最后更改的UTC日期/时间。 |
| code |
最后一次成功代码同步的UTC日期/时间。 |
| config |
迁移配置选项。 |
| created |
正是这场迁徙的身份。 |
| created |
迁移创建的UTC日期/时间。 |
| error |
导致迁移失败的错误。 |
| pull |
最后一次成功拉取请求同步的UTC日期/时间。 |
| repository |
RepositoryID |
| scheduled |
UTC日期/时间表示切换发生的时间。 |
| service |
持有用于对目标GitHub Enterprise Server认证的PAT服务连接的GitHub Enterprise Server服务连接的ID。 |
| skip |
迁移前的验证政策被跳过了。 |
| stage | 当前迁移阶段(队列、验证、同步、切换、迁移)。 |
| status | 迁移是“活跃”、“完成”还是“失败”。 |
| target |
最终拥有迁移仓库的用户ID。 |
| target |
URL标识迁移的目的地仓库。 |
| validate |
如果迁移仅进行迁移前验证,那是正确的。 |
| validation |
这是迁移前检查中发现的任何问题清单。 |
属性详细信息
agentPoolName
迁移流水线的代理池名称。
agentPoolName: string
属性值
string
changedBy
changedDate
这次迁移最后更改的UTC日期/时间。
changedDate: Date
属性值
Date
codeSyncDate
最后一次成功代码同步的UTC日期/时间。
codeSyncDate: Date
属性值
Date
configOptions
createdBy
createdDate
迁移创建的UTC日期/时间。
createdDate: Date
属性值
Date
errorMessage
导致迁移失败的错误。
errorMessage: string
属性值
string
pullRequestSyncDate
最后一次成功拉取请求同步的UTC日期/时间。
pullRequestSyncDate: Date
属性值
Date
repositoryId
RepositoryID
repositoryId: string
属性值
string
scheduledCutoverDate
UTC日期/时间表示切换发生的时间。
scheduledCutoverDate: Date
属性值
Date
serviceEndpointId
持有用于对目标GitHub Enterprise Server认证的PAT服务连接的GitHub Enterprise Server服务连接的ID。
serviceEndpointId: string
属性值
string
skipValidation
stage
status
targetOwnerUserId
最终拥有迁移仓库的用户ID。
targetOwnerUserId: string
属性值
string
targetRepository
URL标识迁移的目的地仓库。
targetRepository: string
属性值
string
validateOnly
如果迁移仅进行迁移前验证,那是正确的。
validateOnly: boolean
属性值
boolean
validationIssues
这是迁移前检查中发现的任何问题清单。
validationIssues: string[]
属性值
string[]