PHP Class REBELinBLUE\Deployer\Jobs\TestServerConnection

Inheritance: extends Job, implements Illuminate\Contracts\Bus\SelfHandling, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Queue\SerializesModels
ファイルを表示 Open project: rebelinblue/deployer

Public Properties

Property Type Description
$server REBELinBLUE\Deployer\Server

Public Methods

Method Description
__construct ( Server $server ) TestServerConnection constructor.
handle ( ) Execute the command.

Method Details

__construct() public method

TestServerConnection constructor.
public __construct ( Server $server )
$server REBELinBLUE\Deployer\Server

handle() public method

Execute the command.
public handle ( )

Property Details

$server public_oe property

public Server,REBELinBLUE\Deployer $server
return REBELinBLUE\Deployer\Server