Package org.gitlab4j.api.systemhooks
Class RepositorySystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRefs()
void
setChanges
(List<RepositoryChange> changes) void
setEventName
(String eventName) void
setProject
(EventProject project) void
setProjectId
(Long projectId) void
void
setUserAvatar
(String userAvatar) void
setUserEmail
(String userEmail) void
void
setUserName
(String userName) toString()
Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
REPOSITORY_UPDATE_EVENT
- See Also:
-
-
Constructor Details
-
RepositorySystemHookEvent
public RepositorySystemHookEvent()
-
-
Method Details