C# Class AppHarbor.Commands.AddConfigCommand

Inheritance: ApplicationCommand
Afficher le fichier Open project: appharbor/appharbor-cli Class Usage Examples

Méthodes publiques

Méthode Description
AddConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )

Méthodes protégées

Méthode Description
InnerExecute ( string arguments ) : void

Method Details

AddConfigCommand() public méthode

public AddConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient

InnerExecute() protected méthode

protected InnerExecute ( string arguments ) : void
arguments string
Résultat void