interface MachineGroupBasedDeployPhase {
    deploymentInput?: MachineGroupDeploymentInput;
    name?: string;
    phaseType?: DeployPhaseTypes;
    rank?: number;
    refName?: string;
    workflowTasks?: WorkflowTask[];
}

Hierarchy (View Summary)

Properties

deploymentInput?: MachineGroupDeploymentInput

Gets and sets the deployment group job input

name?: string

Gets and sets the name of deploy phase.

phaseType?: DeployPhaseTypes

Indicates the deploy phase type.

rank?: number

Gets and sets the rank of deploy phase.

refName?: string

Gets and sets the reference name of deploy phase.

workflowTasks?: WorkflowTask[]

Gets and sets the workflow tasks for the deploy phase.