PHP 클래스 Deployer\Executor\Informer

파일 보기 프로젝트 열기: elfet/deployer 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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

endOnServer() 공개 메소드

public endOnServer ( string $serverName )
$serverName string

endTask() 공개 메소드

Print task was ok.
public endTask ( )

startTask() 공개 메소드

public startTask ( string $taskName )
$taskName string

taskError() 공개 메소드

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

taskException() 공개 메소드

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