Package org.gitlab4j.api.systemhooks
Class GroupSystemHookEvent
java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- All Implemented Interfaces:
SystemHookEvent
public class GroupSystemHookEvent extends AbstractSystemHookEvent
-
Field Summary
Fields Modifier and Type Field Description static StringGROUP_CREATE_EVENTstatic StringGROUP_DESTROY_EVENTstatic StringGROUP_RENAME_EVENT -
Constructor Summary
Constructors Constructor Description GroupSystemHookEvent() -
Method Summary
Modifier and Type Method Description DategetCreatedAt()StringgetEventName()StringgetFullPath()IntegergetGroupId()StringgetName()StringgetOldFullPath()StringgetOldPath()StringgetOwnerEmail()StringgetOwnerName()StringgetPath()DategetUpdatedAt()voidsetCreatedAt(Date createdAt)voidsetEventName(String eventName)voidsetFullPath(String fullPath)voidsetGroupId(Integer groupId)voidsetName(String name)voidsetOldFullPath(String oldFullPath)voidsetOldPath(String oldPath)voidsetOwnerEmail(String ownerEmail)voidsetOwnerName(String ownerName)voidsetPath(String path)voidsetUpdatedAt(Date updatedAt)StringtoString()Methods inherited from class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
-
Field Details
-
GROUP_CREATE_EVENT
- See Also:
- Constant Field Values
-
GROUP_DESTROY_EVENT
- See Also:
- Constant Field Values
-
GROUP_RENAME_EVENT
- See Also:
- Constant Field Values
-
-
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
-