PHP Class REBELinBLUE\Deployer\Events\ServerLogChanged

Inheritance: extends REBELinBLUE\Deployer\Events\Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
显示文件 Open project: rebelinblue/deployer

Public Properties

Property Type Description
$finished_at string | null
$log_id integer
$output null | string
$runtime string | null
$started_at string | null
$status integer

Public Methods

Method Description
__construct ( ServerLog $log ) ServerLogChanged constructor.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

Method Details

__construct() public method

ServerLogChanged constructor.
public __construct ( ServerLog $log )
$log REBELinBLUE\Deployer\ServerLog

broadcastOn() public method

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
return array

Property Details

$finished_at public_oe property

public string|null $finished_at
return string | null

$log_id public_oe property

public int $log_id
return integer

$output public_oe property

public null|string $output
return null | string

$runtime public_oe property

public string|null $runtime
return string | null

$started_at public_oe property

public string|null $started_at
return string | null

$status public_oe property

public int $status
return integer