Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
02864229
Unverified
Commit
02864229
authored
Jun 14, 2021
by
Gautier de Saint Martin Lacaze
Committed by
GitHub
Jun 14, 2021
Browse files
Merge pull request #718 from gitlab4j/issue-606
Update hook project wiki event wqattribute to wiki_page_events
parents
f9213edf
08b30e1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/ProjectApi.java
View file @
02864229
...
...
@@ -2066,7 +2066,7 @@ public class ProjectApi extends AbstractApi implements Constants {
.
withParam
(
"confidential_note_events"
,
enabledHooks
.
getConfidentialNoteEvents
(),
false
)
.
withParam
(
"job_events"
,
enabledHooks
.
getJobEvents
(),
false
)
.
withParam
(
"pipeline_events"
,
enabledHooks
.
getPipelineEvents
(),
false
)
.
withParam
(
"wiki_events"
,
enabledHooks
.
getWikiPageEvents
(),
false
)
.
withParam
(
"wiki_
page_
events"
,
enabledHooks
.
getWikiPageEvents
(),
false
)
.
withParam
(
"enable_ssl_verification"
,
enableSslVerification
,
false
)
.
withParam
(
"repository_update_events"
,
enabledHooks
.
getRepositoryUpdateEvents
(),
false
)
.
withParam
(
"token"
,
secretToken
,
false
);
...
...
@@ -2146,7 +2146,7 @@ public class ProjectApi extends AbstractApi implements Constants {
.
withParam
(
"note_events"
,
hook
.
getNoteEvents
(),
false
)
.
withParam
(
"job_events"
,
hook
.
getJobEvents
(),
false
)
.
withParam
(
"pipeline_events"
,
hook
.
getPipelineEvents
(),
false
)
.
withParam
(
"wiki_events"
,
hook
.
getWikiPageEvents
(),
false
)
.
withParam
(
"wiki_
page_
events"
,
hook
.
getWikiPageEvents
(),
false
)
.
withParam
(
"enable_ssl_verification"
,
hook
.
getEnableSslVerification
(),
false
)
.
withParam
(
"token"
,
hook
.
getToken
(),
false
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment