C# Class AppHarbor.Commands.AddHostnameCommand

Inheritance: ApplicationCommand
ファイルを表示 Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
AddHostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient ) : System

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

AddHostnameCommand() public method

public AddHostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient ) : System
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
return System

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void