RunOnServerDeployPhase interface
- Extends
Properties
deployment |
Gets and sets the agentless job input. |
Inherited 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
deploymentInput
Gets and sets the agentless job input.
deploymentInput: ServerDeploymentInput
Property Value
Inherited Property Details
name
Gets and sets the name of deploy phase.
name: string
Property Value
string
Inherited From DeployPhase.name
phaseType
Indicates the deploy phase type.
phaseType: DeployPhaseTypes
Property Value
Inherited From DeployPhase.phaseType
rank
Gets and sets the rank of deploy phase.
rank: number
Property Value
number
Inherited From DeployPhase.rank
refName
Gets and sets the reference name of deploy phase.
refName: string
Property Value
string
Inherited From DeployPhase.refName
workflowTasks
Gets and sets the workflow tasks for the deploy phase.
workflowTasks: WorkflowTask[]
Property Value
Inherited From DeployPhase.workflowTasks