PHP 클래스 REBELinBLUE\Deployer\Jobs\SlackNotify

상속: extends Job, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__construct ( Notification $notification, array $payload, integer $timeout = 60 ) SlackNotify constructor.
handle ( ) Execute the command.

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

Execute the command.
public handle ( )