We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f526b6 commit e9c998aCopy full SHA for e9c998a
src/test/resources/org/gitlab4j/api/hook.json
@@ -3,12 +3,13 @@
3
"url": "http://example.com/hook",
4
"project_id": 3,
5
"push_events": true,
6
+ "push_events_branch_filter": "",
7
"issues_events": true,
8
+ "confidential_issues_events": true,
9
"merge_requests_events": true,
10
"tag_push_events": true,
11
"note_events": true,
12
"job_events": true,
- "build_events": true,
13
"pipeline_events": true,
14
"wiki_page_events": true,
15
"enable_ssl_verification": true,
0 commit comments