DeploymentPlan Class

Definition

Represents the plan that is generated for Deployment.

public abstract class DeploymentPlan
type DeploymentPlan = class
Public MustInherit Class DeploymentPlan
Inheritance
DeploymentPlan

Constructors

DeploymentPlan()

Properties

Head

Gets the first deployment step

StepCount

Total number of steps in the plan

Tail

Gets the last deployment step

Methods

AddAfter(DeploymentStep, DeploymentStep)
AddBefore(DeploymentStep, DeploymentStep)
AddFirst(DeploymentStep)
AddLast(DeploymentStep)
AddLast(IEnumerable<DeploymentStep>)
Remove(DeploymentStep)

Applies to