프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
protected executeProcesses ( array $processes, DeploynautLogFile $log ) | ||
$processes | array | An array of Symfony\Component\Process\Process objects |
$log | DeploynautLogFile | The log to send output to |
public generatePackage ( $sha, $baseDir, $outputFilename, DeploynautLogFile $log ) | ||
$log | DeploynautLogFile |