C# Class AppHarbor.Commands.DeleteAppCommand

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

Public Methods

Method Description
DeleteAppCommand ( IAppHarborClient appharborClient, IApplicationConfiguration applicationConfiguration )

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

DeleteAppCommand() public method

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

InnerExecute() protected method

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