PHP Class REBELinBLUE\Deployer\Jobs\SlackNotify

Inheritance: extends Job, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Queue\SerializesModels
显示文件 Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( Notification $notification, array $payload, integer $timeout = 60 ) SlackNotify constructor.
handle ( ) Execute the command.

Method Details

__construct() public method

SlackNotify constructor.
public __construct ( Notification $notification, array $payload, integer $timeout = 60 )
$notification REBELinBLUE\Deployer\Notification
$payload array
$timeout integer

handle() public method

Execute the command.
public handle ( )