Method | Description | |
---|---|---|
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\HeartbeatRepositoryInterface $repository ) | HeartbeatController constructor. | |
ping ( string $hash ) : Illuminate\View\View | Handles the callback URL for the heartbeat. | |
store ( |
Store a newly created heartbeat in storage. | |
update ( integer $heartbeat_id, |
Update the specified heartbeat in storage. |
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\HeartbeatRepositoryInterface $repository ) | ||
$repository | REBELinBLUE\Deployer\Contracts\Repositories\HeartbeatRepositoryInterface |
public store ( |
||
$request | ||
return | Illuminate\View\View |