PHP Class Laravel\Envoy\SSH

Inheritance: extends Laravel\Envoy\RemoteProcessor, use trait ConfigurationParser
Show file Open project: laravel/envoy

Public Methods

Method Description
run ( Task $task, Closure $callback = null ) : integer Run the given task over SSH.

Method Details

run() public method

Run the given task over SSH.
public run ( Task $task, Closure $callback = null ) : integer
$task Task
$callback Closure
return integer