DeployPhase interface
Properties
| 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. |
Property Details
name
Gets and sets the name of deploy phase.
name: string
Property Value
string
phaseType
rank
Gets and sets the rank of deploy phase.
rank: number
Property Value
number
refName
Gets and sets the reference name of deploy phase.
refName: string
Property Value
string
workflowTasks
Gets and sets the workflow tasks for the deploy phase.
workflowTasks: WorkflowTask[]