C# 클래스 MCloud.Deploy.SSHDeployment

Base class for deployment types that use SSH.
상속: Deployment
파일 보기 프로젝트 열기: jacksonh/MCloud

공개 메소드들

메소드 설명
SSHDeployment ( ) : System

보호된 메소드들

메소드 설명
PutDirectory ( string host, NodeAuth auth, string local, string remote ) : void
PutFile ( string host, NodeAuth auth, string local, string remote ) : void
RunCommand ( string command, string host, NodeAuth auth ) : void
SetupSSH ( Tamir.SharpSsh.SshBase ssh, NodeAuth auth ) : void

메소드 상세

PutDirectory() 보호된 메소드

protected PutDirectory ( string host, NodeAuth auth, string local, string remote ) : void
host string
auth NodeAuth
local string
remote string
리턴 void

PutFile() 보호된 메소드

protected PutFile ( string host, NodeAuth auth, string local, string remote ) : void
host string
auth NodeAuth
local string
remote string
리턴 void

RunCommand() 보호된 메소드

protected RunCommand ( string command, string host, NodeAuth auth ) : void
command string
host string
auth NodeAuth
리턴 void

SSHDeployment() 공개 메소드

public SSHDeployment ( ) : System
리턴 System

SetupSSH() 보호된 메소드

protected SetupSSH ( Tamir.SharpSsh.SshBase ssh, NodeAuth auth ) : void
ssh Tamir.SharpSsh.SshBase
auth NodeAuth
리턴 void