PHP 8.2.31
Preview: AbstractCi.php Size: 883 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/ondram/ci-detector/src/Ci/AbstractCi.php

<?php

declare (strict_types=1);
namespace RectorPrefix202411\OndraM\CiDetector\Ci;

use RectorPrefix202411\OndraM\CiDetector\Env;
/**
 * Unified adapter to retrieve environment variables from current continuous integration server
 */
abstract class AbstractCi implements CiInterface
{
    /**
     * @var \OndraM\CiDetector\Env
     */
    protected $env;
    public function __construct(Env $env)
    {
        $this->env = $env;
    }
    public function describe() : array
    {
        return ['ci-name' => $this->getCiName(), 'build-number' => $this->getBuildNumber(), 'build-url' => $this->getBuildUrl(), 'commit' => $this->getCommit(), 'branch' => $this->getBranch(), 'target-branch' => $this->getTargetBranch(), 'repository-name' => $this->getRepositoryName(), 'repository-url' => $this->getRepositoryUrl(), 'is-pull-request' => $this->isPullRequest()->describe()];
    }
}

Directory Contents

Dirs: 0 × Files: 19

Name Size Perms Modified Actions
883 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.84 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.56 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.73 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.68 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.59 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.65 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
2.34 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.47 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.37 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.45 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.41 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.86 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
2.03 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.30 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.34 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.29 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.75 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.45 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).