DeploymentPlan 클래스

정의

배포에 대해 생성된 계획을 나타냅니다.

public abstract class DeploymentPlan
type DeploymentPlan = class
Public MustInherit Class DeploymentPlan
상속
DeploymentPlan

생성자

Name Description
DeploymentPlan()

배포에 대해 생성된 계획을 나타냅니다.

속성

Name Description
Head

첫 번째 배포 단계를 가져옵니다.

StepCount

계획의 총 단계 수

Tail

마지막 배포 단계를 가져옵니다.

메서드

Name Description
AddAfter(DeploymentStep, DeploymentStep)

배포에 대해 생성된 계획을 나타냅니다.

AddBefore(DeploymentStep, DeploymentStep)

배포에 대해 생성된 계획을 나타냅니다.

AddFirst(DeploymentStep)

배포에 대해 생성된 계획을 나타냅니다.

AddLast(DeploymentStep)

배포에 대해 생성된 계획을 나타냅니다.

AddLast(IEnumerable<DeploymentStep>)

배포에 대해 생성된 계획을 나타냅니다.

Remove(DeploymentStep)

배포에 대해 생성된 계획을 나타냅니다.

적용 대상