PHP 8.2.31
Preview: Bamboo.php Size: 1.68 KB
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/ondram/ci-detector/src/Ci/Bamboo.php

<?php

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

use RectorPrefix202411\OndraM\CiDetector\CiDetector;
use RectorPrefix202411\OndraM\CiDetector\Env;
use RectorPrefix202411\OndraM\CiDetector\TrinaryLogic;
class Bamboo extends AbstractCi
{
    public static function isDetected(Env $env) : bool
    {
        return $env->get('bamboo_buildKey') !== \false;
    }
    public function getCiName() : string
    {
        return CiDetector::CI_BAMBOO;
    }
    public function isPullRequest() : TrinaryLogic
    {
        return TrinaryLogic::createFromBoolean($this->env->get('bamboo_repository_pr_key') !== \false);
    }
    public function getBuildNumber() : string
    {
        return $this->env->getString('bamboo_buildNumber');
    }
    public function getBuildUrl() : string
    {
        return $this->env->getString('bamboo_resultsUrl');
    }
    public function getCommit() : string
    {
        return $this->env->getString('bamboo_planRepository_revision');
    }
    public function getBranch() : string
    {
        $prBranch = $this->env->getString('bamboo_repository_pr_sourceBranch');
        if ($this->isPullRequest()->no() || empty($prBranch)) {
            return $this->env->getString('bamboo_planRepository_branch');
        }
        return $prBranch;
    }
    public function getTargetBranch() : string
    {
        return $this->env->getString('bamboo_repository_pr_targetBranch');
    }
    public function getRepositoryName() : string
    {
        return $this->env->getString('bamboo_planRepository_name');
    }
    public function getRepositoryUrl() : string
    {
        return $this->env->getString('bamboo_planRepository_repositoryUrl');
    }
}

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).