PHP Class REBELinBLUE\Deployer\Jobs\MailDeployNotification

Inheritance: extends Job, implements Illuminate\Contracts\Bus\SelfHandling
Exibir arquivo Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( Project $project, Deployment $deployment ) MailDeployNotification constructor.
handle ( ) Execute the command.

Method Details

__construct() public method

MailDeployNotification constructor.
public __construct ( Project $project, Deployment $deployment )
$project REBELinBLUE\Deployer\Project
$deployment REBELinBLUE\Deployer\Deployment

handle() public method

Execute the command.
public handle ( )