PHP 클래스 REBELinBLUE\Deployer\Events\HeartbeatMissed

상속: extends Event, implements REBELinBLUE\Deployer\Contracts\Events\HasSlackPayloadInterface, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 프로퍼티들

프로퍼티 타입 설명
$heartbeat REBELinBLUE\Deployer\Heartbeat

공개 메소드들

메소드 설명
__construct ( Heartbeat $heartbeat ) HeartbeatMissed constructor.
notificationPayload ( ) : array

메소드 상세

__construct() 공개 메소드

HeartbeatMissed constructor.
public __construct ( Heartbeat $heartbeat )
$heartbeat REBELinBLUE\Deployer\Heartbeat

notificationPayload() 공개 메소드

public notificationPayload ( ) : array
리턴 array

프로퍼티 상세

$heartbeat 공개적으로 프로퍼티

public Heartbeat,REBELinBLUE\Deployer $heartbeat
리턴 REBELinBLUE\Deployer\Heartbeat