DeploymentAttempt interface

属性

attempt

部署尝试。

deploymentId

部署的 ID。

errorLog

错误日志,用于显示执行部署步骤期间发生的任何意外错误

hasStarted

指定部署是否已开始。

id

部署的 ID。

issues

与部署相关的所有问题。

job
lastModifiedBy

上次修改此部署的标识。

lastModifiedOn

上次修改此部署的时间。

operationStatus

部署作状态。

postDeploymentGates

在此部署中执行的部署后入口。

preDeploymentGates

在此部署中执行的预部署入口。

queuedOn

此部署排队时。

reason

部署原因。

releaseDeployPhases

在此部署中执行的发布部署阶段的列表。

requestedBy

请求此部署的标识。

requestedFor

请求此部署的标识。

runPlanId
status

部署状态。

tasks

属性详细信息

attempt

部署尝试。

attempt: number

属性值

number

deploymentId

部署的 ID。

deploymentId: number

属性值

number

errorLog

错误日志,用于显示执行部署步骤期间发生的任何意外错误

errorLog: string

属性值

string

hasStarted

指定部署是否已开始。

hasStarted: boolean

属性值

boolean

id

部署的 ID。

id: number

属性值

number

issues

与部署相关的所有问题。

issues: Issue[]

属性值

Issue[]

job

job: ReleaseTask

属性值

lastModifiedBy

上次修改此部署的标识。

lastModifiedBy: IdentityRef

属性值

lastModifiedOn

上次修改此部署的时间。

lastModifiedOn: Date

属性值

Date

operationStatus

部署作状态。

operationStatus: DeploymentOperationStatus

属性值

postDeploymentGates

在此部署中执行的部署后入口。

postDeploymentGates: ReleaseGates

属性值

preDeploymentGates

在此部署中执行的预部署入口。

preDeploymentGates: ReleaseGates

属性值

queuedOn

此部署排队时。

queuedOn: Date

属性值

Date

reason

部署原因。

reason: DeploymentReason

属性值

releaseDeployPhases

在此部署中执行的发布部署阶段的列表。

releaseDeployPhases: ReleaseDeployPhase[]

属性值

requestedBy

请求此部署的标识。

requestedBy: IdentityRef

属性值

requestedFor

请求此部署的标识。

requestedFor: IdentityRef

属性值

runPlanId

runPlanId: string

属性值

string

status

部署状态。

status: DeploymentStatus

属性值

tasks

tasks: ReleaseTask[]

属性值