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 String
GROUP_CREATE_EVENT
static String
GROUP_DESTROY_EVENT
static String
GROUP_RENAME_EVENT
-
Constructor Summary
Constructors Constructor Description GroupSystemHookEvent()
-
Method Summary
Modifier and Type Method Description Date
getCreatedAt()
String
getEventName()
String
getFullPath()
Integer
getGroupId()
String
getName()
String
getOldFullPath()
String
getOldPath()
String
getOwnerEmail()
String
getOwnerName()
String
getPath()
Date
getUpdatedAt()
void
setCreatedAt(Date createdAt)
void
setEventName(String eventName)
void
setFullPath(String fullPath)
void
setGroupId(Integer groupId)
void
setName(String name)
void
setOldFullPath(String oldFullPath)
void
setOldPath(String oldPath)
void
setOwnerEmail(String ownerEmail)
void
setOwnerName(String ownerName)
void
setPath(String path)
void
setUpdatedAt(Date updatedAt)
String
toString()
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
-