Commit 97b50e81 authored by Greg Messner's avatar Greg Messner
Browse files

Mods to support requestUrl and requestQuesyString properties (#238).

parent 3bbacbd8
......@@ -6,7 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
import org.gitlab4j.api.models.User;
@XmlAccessorType(XmlAccessType.FIELD)
public class WikiPageEvent implements Event {
public class WikiPageEvent extends AbstractEvent {
public static final String X_GITLAB_EVENT = "Wiki Page Hook";
public static final String OBJECT_KIND = "wiki_page";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment