WebhooksClient
class WebhooksClient
Traits
Properties
protected | $curl | from CICommon | |
protected | $api_url | from CICommon |
Methods
mixed
getWebhooks(bool $raw, string $username, string $project)
No description
mixed
setWebhooks($data, string $username, string $repo, string $id)
No description
mixed
unsetWebhooks(string $username, string $repo, string $id)
No description
getStatus(string $url, string $username, string $repo_name)
No description
Details
in CICommon at line 18
__construct(Curl $curl, string $api_url)
CICommon constructor.