class ActionHandler

Methods

__construct(Pipeline $step)

No description

handle(string $step, string $image)

return action commands.

void
handleGit($step, $repo, $ref)

No description

handleEnv($step, $workdir)

No description

Details

at line 14
__construct(Pipeline $step)

Parameters

Pipeline $step

at line 22
handle(string $step, string $image)

return action commands.

Parameters

string $step
string $image

at line 80
void handleGit($step, $repo, $ref)

Parameters

$step
$repo
$ref

Return Value

void

at line 104
handleEnv($step, $workdir)

Parameters

$step
$workdir