PHP Class Deployer\Server\Remote\PhpSecLib

Inheritance: implements Deployer\Server\ServerInterface
Datei anzeigen Open project: elfet/deployer

Public Methods

Method Description
__construct ( Configuration $configuration )
checkConnection ( ) Check if not connected and connect.
connect ( )
download ( $local, $remote )
getConfiguration ( ) : Configuration
run ( $command )
upload ( $local, $remote )

Method Details

__construct() public method

public __construct ( Configuration $configuration )
$configuration Deployer\Server\Configuration

checkConnection() public method

Check if not connected and connect.
public checkConnection ( )

connect() public method

public connect ( )

download() public method

public download ( $local, $remote )

getConfiguration() public method

public getConfiguration ( ) : Configuration
return Deployer\Server\Configuration

run() public method

public run ( $command )

upload() public method

public upload ( $local, $remote )