summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 8c35911..846da20 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -2042,6 +2042,10 @@ class ProjectService(GitlabObject):
'drone-ci': (('token', 'drone_url'), ('enable_ssl_verification', )),
'emails-on-push': (('recipients', ), ('disable_diffs',
'send_from_committer_email')),
+ 'builds-email': (('recipients', ), ('add_pusher',
+ 'notify_only_broken_builds')),
+ 'pipelines-email': (('recipients', ), ('add_pusher',
+ 'notify_only_broken_builds')),
'external-wiki': (('external_wiki_url', ), tuple()),
'flowdock': (('token', ), tuple()),
'gemnasium': (('api_key', 'token', ), tuple()),