Package org.gitlab4j.api.systemhooks
Class GroupSystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getPath()voidsetCreatedAt(Date createdAt) voidsetEventName(String eventName) voidsetFullPath(String fullPath) voidsetGroupId(Long groupId) voidvoidsetOldFullPath(String oldFullPath) voidsetOldPath(String oldPath) voidsetOwnerEmail(String ownerEmail) voidsetOwnerName(String ownerName) voidvoidsetUpdatedAt(Date updatedAt) toString()Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
GROUP_CREATE_EVENT
- See Also:
-
GROUP_DESTROY_EVENT
- See Also:
-
GROUP_RENAME_EVENT
- See Also:
-
-
Constructor Details
-
GroupSystemHookEvent
public GroupSystemHookEvent()
-
-
Method Details
-
getCreatedAt
-
setCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
getEventName
-
setEventName
-
getName
-
setName
-
getPath
-
setPath
-
getFullPath
-
setFullPath
-
getGroupId
-
setGroupId
-
getOwnerEmail
-
setOwnerEmail
-
getOwnerName
-
setOwnerName
-
getOldPath
-
setOldPath
-
getOldFullPath
-
setOldFullPath
-
toString
-