ArtifactDeploymentStatusProperties interface
项目部署的属性。
属性
| artifacts |
已成功应用的项目的总计数。 |
| deployment |
项目的部署状态。 |
| total |
暂时应用的项目总数。 |
属性详细信息
artifactsApplied
已成功应用的项目的总计数。
artifactsApplied?: number
属性值
number
deploymentStatus
项目的部署状态。
deploymentStatus?: string
属性值
string
totalArtifacts
暂时应用的项目总数。
totalArtifacts?: number
属性值
number