C# Class AppHarbor.Commands.RemoveHostnameCommand

Inheritance: ApplicationCommand
Show file Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
RemoveHostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

InnerExecute() protected method

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

RemoveHostnameCommand() public method

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