Method | Description | |
---|---|---|
__construct ( Components_Dependencies $dependencies ) | Constructor. | |
getTask ( string $name, Components_Component $component ) : Components_Release_Task | Return the named task. | |
isTaskActive ( string $task ) : boolean | Is the specified task active for the current run? | |
pretend ( ) : boolean | Is the current run operating in "pretend" mode? | |
run ( array $sequence, Components_Component $component, array $options = [] ) : null | Run a sequence of release tasks. |
public __construct ( Components_Dependencies $dependencies ) | ||
$dependencies | Components_Dependencies | The task factory. |
public isTaskActive ( string $task ) : boolean | ||
$task | string | The task name. |
return | boolean | True in case the task is active. |