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
97b50e81
Commit
97b50e81
authored
Aug 18, 2018
by
Greg Messner
Browse files
Mods to support requestUrl and requestQuesyString properties (#238).
parent
3bbacbd8
Changes
21
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/webhook/WikiPageEvent.java
View file @
97b50e81
...
...
@@ -6,7 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
import
org.gitlab4j.api.models.User
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
WikiPageEvent
implem
en
t
s
Event
{
public
class
WikiPageEvent
ext
en
d
s
Abstract
Event
{
public
static
final
String
X_GITLAB_EVENT
=
"Wiki Page Hook"
;
public
static
final
String
OBJECT_KIND
=
"wiki_page"
;
...
...
Prev
1
2
Next
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