Deployer\Task\GroupTask::getTasks PHP Method

getTasks() public method

List of tasks names.
public getTasks ( ) : array
return array
    public function getTasks()
    {
        return array_merge($this->getBefore(), $this->group, $this->getAfter());
    }