PHP Class Laravel\Envoy\Console\SshCommand

Inheritance: extends Symfony\Component\Console\Command\Command, use trait Command, use trait Laravel\Envoy\ConfigurationParser
Show file Open project: laravel/envoy

Protected Methods

Method Description
configure ( ) : void Configure the command options.
fire ( ) : void Execute the command.
getServer ( TaskContainer $container ) : string Get the server from the task container.
loadTaskContainer ( ) : TaskContainer Load the task container instance with the Envoy file.

Method Details

configure() protected method

Configure the command options.
protected configure ( ) : void
return void

fire() protected method

Execute the command.
protected fire ( ) : void
return void

getServer() protected method

Get the server from the task container.
protected getServer ( TaskContainer $container ) : string
$container Laravel\Envoy\TaskContainer
return string

loadTaskContainer() protected method

Load the task container instance with the Envoy file.
protected loadTaskContainer ( ) : TaskContainer
return Laravel\Envoy\TaskContainer