DeployPhase interface
name | Gets and sets the name of deploy phase. |
phase |
Indicates the deploy phase type. |
rank | Gets and sets the rank of deploy phase. |
ref |
Gets and sets the reference name of deploy phase. |
workflow |
Gets and sets the workflow tasks for the deploy phase. |
Gets and sets the name of deploy phase.
name: string
Property Value
string
Gets and sets the rank of deploy phase.
rank: number
Property Value
number
Gets and sets the reference name of deploy phase.
refName: string
Property Value
string
Gets and sets the workflow tasks for the deploy phase.
workflowTasks: WorkflowTask[]