PHP Class Rocketeer\Tasks\Rollback

Author: Maxime Fabre ([email protected])
Inheritance: extends Rocketeer\Traits\Task
Show file Open project: anahkiasen/rocketeer

Protected Properties

Property Type Description
$description The console command description.

Public Methods

Method Description
execute ( ) : string | null Run the task.

Protected Methods

Method Description
getRollbackRelease ( ) : integer | null Get the release to rollback to.

Method Details

execute() public method

Run the task.
public execute ( ) : string | null
return string | null

getRollbackRelease() protected method

Get the release to rollback to.
protected getRollbackRelease ( ) : integer | null
return integer | null

Property Details

$description protected property

The console command description.
protected $description