C# Class AppHarbor.Commands.AddHostnameCommand

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

Méthodes publiques

Méthode Description
AddHostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient ) : System

Méthodes protégées

Méthode Description
InnerExecute ( string arguments ) : void

Method Details

AddHostnameCommand() public méthode

public AddHostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient ) : System
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
Résultat System

InnerExecute() protected méthode

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