C# Class MCloud.Deploy.MultiStepDeployment

A collection of deployments to run sequentially, they are run in first-in first-out order.
Inheritance: Deployment, IEnumerable
Afficher le fichier Open project: jacksonh/MCloud

Méthodes publiques

Méthode Description
Add ( Deployment step ) : void
MultiStepDeployment ( ) : System

Méthodes protégées

Méthode Description
RunImpl ( Node node, NodeAuth auth ) : void

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( Deployment step ) : void
step Deployment
Résultat void

MultiStepDeployment() public méthode

public MultiStepDeployment ( ) : System
Résultat System

RunImpl() protected méthode

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
Résultat void