PHP Class Deployer\Cluster\ClusterBuilder

Author: Irfan Durmus (http://github.com/irfan) ([email protected])
Inheritance: implements Deployer\Builder\BuilderInterface
Afficher le fichier Open project: elfet/deployer

Protected Properties

Свойство Type Description
$nodes array | Node[]

Méthodes publiques

Méthode Description
__construct ( array $nodes )
configFile ( $file = '~/.ssh/config' )
forwardAgent ( )
identityFile ( $publicKeyFile = '~/.ssh/id_rsa.pub', $privateKeyFile = '~/.ssh/id_rsa', $passPhrase = '' )
password ( $password = null )
pemFile ( $pemFile )
set ( $name, $env )
stage ( $stages )
user ( $user )

Method Details

__construct() public méthode

public __construct ( array $nodes )
$nodes array

configFile() public méthode

public configFile ( $file = '~/.ssh/config' )

forwardAgent() public méthode

public forwardAgent ( )

identityFile() public méthode

public identityFile ( $publicKeyFile = '~/.ssh/id_rsa.pub', $privateKeyFile = '~/.ssh/id_rsa', $passPhrase = '' )

password() public méthode

public password ( $password = null )

pemFile() public méthode

public pemFile ( $pemFile )

set() public méthode

public set ( $name, $env )

stage() public méthode

public stage ( $stages )

user() public méthode

public user ( $user )

Property Details

$nodes protected_oe property

protected array|Node[],Deployer\Cluster $nodes
Résultat array | Node[]