C# Class MCloud.Deploy.MultiStepDeployment

A collection of deployments to run sequentially, they are run in first-in first-out order.
Inheritance: Deployment, IEnumerable
ファイルを表示 Open project: jacksonh/MCloud

Public Methods

Method Description
Add ( Deployment step ) : void
MultiStepDeployment ( ) : System

Protected Methods

Method Description
RunImpl ( Node node, NodeAuth auth ) : void

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( Deployment step ) : void
step Deployment
return void

MultiStepDeployment() public method

public MultiStepDeployment ( ) : System
return System

RunImpl() protected method

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
return void