C# Class AppHarbor.Commands.DeployAppCommand

Inheritance: ApplicationCommand
Show file Open project: appharbor/appharbor-cli

Public Methods

Method Description
DeployAppCommand ( IApplicationConfiguration applicationConfiguration, IAccessTokenConfiguration accessTokenConfiguration, TextReader reader, TextWriter writer ) : System

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Private Methods

Method Description
GetCredentials ( ) : FederatedUploadCredentials
TriggerAppHarborBuild ( FederatedUploadCredentials credentials ) : void

Method Details

DeployAppCommand() public method

public DeployAppCommand ( IApplicationConfiguration applicationConfiguration, IAccessTokenConfiguration accessTokenConfiguration, TextReader reader, TextWriter writer ) : System
applicationConfiguration IApplicationConfiguration
accessTokenConfiguration IAccessTokenConfiguration
reader System.IO.TextReader
writer System.IO.TextWriter
return System

InnerExecute() protected method

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