Deployer\Cluster\ClusterBuilder::forwardAgent PHP Method

forwardAgent() public method

public forwardAgent ( )
    public function forwardAgent()
    {
        foreach ($this->nodes as $node) {
            $node->builder->forwardAgent();
        }
        return $this;
    }