C# Class MCloud.Deploy.RunCommand

Inheritance: PutFile
显示文件 Open project: jacksonh/MCloud

Public Methods

Method Description
RunCommand ( string local ) : System
RunCommand ( string local, string remote_dir ) : System

Protected Methods

Method Description
RunImpl ( Node node, NodeAuth auth ) : void

Method Details

RunCommand() public method

public RunCommand ( string local ) : System
local string
return System

RunCommand() public method

public RunCommand ( string local, string remote_dir ) : System
local string
remote_dir string
return System

RunImpl() protected method

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
return void