Package org.gitlab4j.api.systemhooks
Class PushSystemHookEvent
- java.lang.Object
-
- org.gitlab4j.api.webhook.AbstractPushEvent
-
- org.gitlab4j.api.systemhooks.PushSystemHookEvent
-
- All Implemented Interfaces:
SystemHookEvent
public class PushSystemHookEvent extends AbstractPushEvent implements SystemHookEvent
-
-
Field Summary
Fields Modifier and Type Field Description static String
PUSH_EVENT
-
Constructor Summary
Constructors Constructor Description PushSystemHookEvent()
-
Method Summary
-
Methods inherited from class org.gitlab4j.api.webhook.AbstractPushEvent
getAfter, getBefore, getBranch, getCheckoutSha, getCommits, getEventName, getProject, getProjectId, getRef, getRepository, getRequestQueryString, getRequestUrl, getTotalCommitsCount, getUserAvatar, getUserEmail, getUserId, getUserName, setAfter, setBefore, setCheckoutSha, setCommits, setEventName, setProject, setProjectId, setRef, setRepository, setRequestQueryString, setRequestUrl, setTotalCommitsCount, setUserAvatar, setUserEmail, setUserId, setUserName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gitlab4j.api.systemhooks.SystemHookEvent
getEventName, getRequestQueryString, getRequestUrl, setRequestQueryString, setRequestUrl
-
-
-
-
Field Detail
-
PUSH_EVENT
public static final String PUSH_EVENT
- See Also:
- Constant Field Values
-
-