class Cache

Properties

$build_key_id
$jobId
$cache
$workdir
$gitType
$rid
$branch
$disableUpload
array|null $matrix 一个 job 一个缓存.

Methods

__construct(int $jobId, int $build_key_id, string $workdir, string $gitType, int $rid, string $branch, array|null $matrix, $cacheConfig = null, bool $disableUpload = false)

Cache constructor.

string
getPrefix()

No description

void
handle()

No description

Details

at line 42
__construct(int $jobId, int $build_key_id, string $workdir, string $gitType, int $rid, string $branch, array|null $matrix, $cacheConfig = null, bool $disableUpload = false)

Cache constructor.

Parameters

int $jobId
int $build_key_id
string $workdir
string $gitType
int $rid
string $branch
array|null $matrix
$cacheConfig
bool $disableUpload

at line 66
string getPrefix()

Return Value

string

Exceptions

Exception

at line 82
void handle()

Return Value

void

Exceptions

Exception