PHP Class Deployer\Task\GroupTask

Inheritance: extends Task
Datei anzeigen Open project: elfet/deployer

Public Methods

Method Description
__construct ( string $name, array $group )
getTasks ( ) : array List of tasks names.
once ( )
onlyOn ( $servers = [] )
run ( Deployer\Task\Context $context )

Method Details

__construct() public method

public __construct ( string $name, array $group )
$name string Tasks name
$group array

getTasks() public method

List of tasks names.
public getTasks ( ) : array
return array

once() public method

public once ( )

onlyOn() public method

public onlyOn ( $servers = [] )

run() public method

public run ( Deployer\Task\Context $context )
$context Deployer\Task\Context