PHP Класс Rocketeer\Tasks\Check

Автор: Maxime Fabre ([email protected])
Наследование: extends Rocketeer\Traits\Task
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$usesStages Whether the task needs to be run on each stage or globally.

Защищенные свойства (Protected)

Свойство Тип Описание
$description A description of what the task does.

Открытые методы

Метод Описание
checkScm ( ) : boolean Check the presence of an SCM on the server.
execute ( ) : boolean | null Run the task.

Описание методов

checkScm() публичный Метод

Check the presence of an SCM on the server.
public checkScm ( ) : boolean
Результат boolean

execute() публичный Метод

Run the task.
public execute ( ) : boolean | null
Результат boolean | null

Описание свойств

$description защищенное свойство

A description of what the task does.
protected $description

$usesStages публичное свойство

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