PHP Class Rocketeer\Tasks\Check

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

Public Properties

Property Type Description
$usesStages Whether the task needs to be run on each stage or globally.

Protected Properties

Property Type Description
$description A description of what the task does.

Public Methods

Method Description
checkScm ( ) : boolean Check the presence of an SCM on the server.
execute ( ) : boolean | null Run the task.

Method Details

checkScm() public method

Check the presence of an SCM on the server.
public checkScm ( ) : boolean
return boolean

execute() public method

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

Property Details

$description protected property

A description of what the task does.
protected $description

$usesStages public property

Whether the task needs to be run on each stage or globally.
public $usesStages