Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
REBELinBLUE
Deployer
Jobs
SlackNotify
PHP Class REBELinBLUE\Deployer\Jobs\SlackNotify
Inheritance:
extends
Job
,
implements
Illuminate\Contracts\Queue\ShouldQueue
,
use trait
Illuminate\Queue\InteractsWithQueue
,
use trait
Illuminate\Queue\SerializesModels
Mostrar archivo
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
( )