PHP Class Deployer\Executor\Informer

Show file Open project: elfet/deployer Class Usage Examples

Public Methods

Method Description
__construct ( OutputWatcher $output )
endOnServer ( string $serverName )
endTask ( ) Print task was ok.
startTask ( string $taskName )
taskError ( boolean $nonFatal = true ) Print error.
taskException ( string $serverName, string $exceptionClass, string $message )

Method Details

__construct() public method

public __construct ( OutputWatcher $output )
$output Deployer\Console\Output\OutputWatcher

endOnServer() public method

public endOnServer ( string $serverName )
$serverName string

endTask() public method

Print task was ok.
public endTask ( )

startTask() public method

public startTask ( string $taskName )
$taskName string

taskError() public method

Print error.
public taskError ( boolean $nonFatal = true )
$nonFatal boolean

taskException() public method

public taskException ( string $serverName, string $exceptionClass, string $message )
$serverName string
$exceptionClass string
$message string