C# Class MCloud.Deploy.RunScript

Inheritance: PutFile
Datei anzeigen Open project: jacksonh/MCloud

Public Methods

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

Protected Methods

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

Method Details

RunImpl() protected method

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

RunScript() public method

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

RunScript() public method

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