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()
void
setCreatedAt
(Date createdAt) void
setEventName
(String eventName) void
setFullPath
(String fullPath) void
setGroupId
(Long groupId) void
void
setOldFullPath
(String oldFullPath) void
setOldPath
(String oldPath) void
setOwnerEmail
(String ownerEmail) void
setOwnerName
(String ownerName) void
void
setUpdatedAt
(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
-