C# Class AppHarbor.Commands.AddConfigCommand

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

Public Methods

Method Description
AddConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

AddConfigCommand() public method

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

InnerExecute() protected method

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