MergingClient
class MergingClient
Traits
Properties
protected | $curl | from CICommon | |
protected | $api_url | from CICommon |
Methods
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.
at line 24
mixed
merge(string $repo_full_name, string $base, string $head, string $commit_message)
Perform a merge.
201