for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace G2R\Gitlab\Hook;
class Tag extends AbstractHook
{
public function getUrl()
return $this->data->repository->git_http_url;
}
public function getBuildStatus()
return $this->data->build_status;