| Total Complexity | 1 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | final class BuildJobEvent extends AbstractCIBuildJobEvent |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param string $serviceName |
||
| 19 | * @param string $dockerfileName |
||
| 20 | * @return CINewImageReplyPayload |
||
| 21 | * @throws FilesystemException |
||
| 22 | * @throws GitLabCIFileException |
||
| 23 | * @throws JobException |
||
| 24 | * @throws MissingEnvironmentVariableException |
||
| 25 | */ |
||
| 26 | protected function addBuildJob(string $serviceName, string $dockerfileName): CINewImageReplyPayload |
||
| 41 |