PHP 클래스 SimplePackageGenerator

상속: extends PackageGenerator
파일 보기 프로젝트 열기: silverstripe/deploynaut 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$buildScript

공개 메소드들

메소드 설명
generatePackage ( $sha, $baseDir, $outputFilename, DeploynautLogFile $log ) Generate the package
getBuildScript ( )
getIdentifier ( )
getParamMetadata ( )
setBuildScript ( $buildScript )

보호된 메소드들

메소드 설명
executeProcesses ( array $processes, DeploynautLogFile $log ) Execute an array of processes, one after the other, throwing an exception on the first failure.

메소드 상세

executeProcesses() 보호된 메소드

Execute an array of processes, one after the other, throwing an exception on the first failure.
protected executeProcesses ( array $processes, DeploynautLogFile $log )
$processes array An array of Symfony\Component\Process\Process objects
$log DeploynautLogFile The log to send output to

generatePackage() 공개 메소드

Generate the package
public generatePackage ( $sha, $baseDir, $outputFilename, DeploynautLogFile $log )
$log DeploynautLogFile

getBuildScript() 공개 메소드

public getBuildScript ( )

getIdentifier() 공개 메소드

public getIdentifier ( )

getParamMetadata() 공개 메소드

public getParamMetadata ( )

setBuildScript() 공개 메소드

public setBuildScript ( $buildScript )

프로퍼티 상세

$buildScript 보호되어 있는 프로퍼티

protected $buildScript