Package org.gitlab4j.api.systemhooks
Class KeySystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.KeySystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()voidsetCreatedAt(Date createdAt) voidsetEventName(String eventName) voidvoidvoidsetUpdatedAt(Date updatedAt) voidsetUsername(String username) toString()Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
KEY_CREATE_EVENT
- See Also:
-
KEY_DESTROY_EVENT
- See Also:
-
-
Constructor Details
-
KeySystemHookEvent
public KeySystemHookEvent()
-
-
Method Details