C# 클래스 AppHarbor.Commands.DeployAppCommand

상속: ApplicationCommand
파일 보기 프로젝트 열기: appharbor/appharbor-cli

공개 메소드들

메소드 설명
DeployAppCommand ( IApplicationConfiguration applicationConfiguration, IAccessTokenConfiguration accessTokenConfiguration, TextReader reader, TextWriter writer ) : System

보호된 메소드들

메소드 설명
InnerExecute ( string arguments ) : void

비공개 메소드들

메소드 설명
GetCredentials ( ) : FederatedUploadCredentials
TriggerAppHarborBuild ( FederatedUploadCredentials credentials ) : void

메소드 상세

DeployAppCommand() 공개 메소드

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

InnerExecute() 보호된 메소드

protected InnerExecute ( string arguments ) : void
arguments string
리턴 void