PHP 8.2.31
Preview: Drone.php Size: 1.41 KB
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/ondram/ci-detector/src/Ci/Drone.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 Drone extends AbstractCi
{
    public static function isDetected(Env $env) : bool
    {
        return $env->get('CI') === 'drone';
    }
    public function getCiName() : string
    {
        return CiDetector::CI_DRONE;
    }
    public function isPullRequest() : TrinaryLogic
    {
        return TrinaryLogic::createFromBoolean($this->env->getString('DRONE_PULL_REQUEST') !== '');
    }
    public function getBuildNumber() : string
    {
        return $this->env->getString('DRONE_BUILD_NUMBER');
    }
    public function getBuildUrl() : string
    {
        return $this->env->getString('DRONE_BUILD_LINK');
    }
    public function getCommit() : string
    {
        return $this->env->getString('DRONE_COMMIT_SHA');
    }
    public function getBranch() : string
    {
        return $this->env->getString('DRONE_COMMIT_BRANCH');
    }
    public function getTargetBranch() : string
    {
        return $this->env->getString('DRONE_TARGET_BRANCH');
    }
    public function getRepositoryName() : string
    {
        return $this->env->getString('DRONE_REPO');
    }
    public function getRepositoryUrl() : string
    {
        return $this->env->getString('DRONE_REPO_LINK');
    }
}

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