class MergingClient

Traits

Properties

protected $curl from CICommon
protected $api_url from CICommon

Methods

__construct(Curl $curl, string $api_url)

CICommon constructor.

from CICommon
mixed
merge(string $repo_full_name, string $base, string $head, string $commit_message)

Perform a merge.

Details

in CICommon at line 18
__construct(Curl $curl, string $api_url)

CICommon constructor.

Parameters

Curl $curl
string $api_url

at line 24
mixed merge(string $repo_full_name, string $base, string $head, string $commit_message)

Perform a merge.

201

Parameters

string $repo_full_name
string $base
string $head
string $commit_message

Return Value

mixed

Exceptions

Exception

See also