PHP Класс Laravel\Envoy\ParallelSSH

Наследование: extends Laravel\Envoy\RemoteProcessor, use trait ConfigurationParser
Показать файл Открыть проект

Открытые методы

Метод Описание
run ( Task $task, Closure $callback = null ) : void Run the given task over SSH.

Защищенные методы

Метод Описание
areRunning ( array $processes ) : boolean Determine if any of the processes are running.
gatherOutput ( array $processes, Closure $callback ) : void Gather the output from all of the processes.
startProcesses ( array $processes ) : void Start all of the processes.

Описание методов

areRunning() защищенный Метод

Determine if any of the processes are running.
protected areRunning ( array $processes ) : boolean
$processes array
Результат boolean

gatherOutput() защищенный Метод

Gather the output from all of the processes.
protected gatherOutput ( array $processes, Closure $callback ) : void
$processes array
$callback Closure
Результат void

run() публичный Метод

Run the given task over SSH.
public run ( Task $task, Closure $callback = null ) : void
$task Task
$callback Closure
Результат void

startProcesses() защищенный Метод

Start all of the processes.
protected startProcesses ( array $processes ) : void
$processes array
Результат void