C# Class Fubu.InstallationRunner

Afficher le fichier Open project: nhsevidence/fubumvc Class Usage Examples

Méthodes publiques

Méthode Description
InstallationRunner ( IEnvironmentGateway gateway, IInstallationLogger logger ) : System
RunTheInstallation ( InstallInput input ) : void

Private Methods

Méthode Description
execute ( InstallInput input ) : IEnumerable
logEntries ( InstallInput input, IEnumerable entries ) : void

Method Details

InstallationRunner() public méthode

public InstallationRunner ( IEnvironmentGateway gateway, IInstallationLogger logger ) : System
gateway IEnvironmentGateway
logger IInstallationLogger
Résultat System

RunTheInstallation() public méthode

public RunTheInstallation ( InstallInput input ) : void
input InstallInput
Résultat void