PHP Class REBELinBLUE\Deployer\Events\ServerLogChanged

Inheritance: extends REBELinBLUE\Deployer\Events\Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Свойство Type Description
$finished_at string | null
$log_id integer
$output null | string
$runtime string | null
$started_at string | null
$status integer

Méthodes publiques

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

Method Details

__construct() public méthode

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

broadcastOn() public méthode

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
Résultat array

Property Details

$finished_at public_oe property

public string|null $finished_at
Résultat string | null

$log_id public_oe property

public int $log_id
Résultat integer

$output public_oe property

public null|string $output
Résultat null | string

$runtime public_oe property

public string|null $runtime
Résultat string | null

$started_at public_oe property

public string|null $started_at
Résultat string | null

$status public_oe property

public int $status
Résultat integer