| Modifier and Type | Class and Description |
|---|---|
static class |
MergeRequestEvent.ObjectAttributes |
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_KIND |
static String |
X_GITLAB_EVENT |
| Constructor and Description |
|---|
MergeRequestEvent() |
| Modifier and Type | Method and Description |
|---|---|
MergeRequestEvent.ObjectAttributes |
getObjectAttributes() |
String |
getObjectKind() |
User |
getUser() |
void |
setObjectAttributes(MergeRequestEvent.ObjectAttributes objectAttributes) |
void |
setObjectKind(String objectKind) |
void |
setUser(User user) |
public static final String X_GITLAB_EVENT
public static final String OBJECT_KIND
public String getObjectKind()
getObjectKind in interface Eventpublic void setObjectKind(String objectKind)
public User getUser()
public void setUser(User user)
public MergeRequestEvent.ObjectAttributes getObjectAttributes()
public void setObjectAttributes(MergeRequestEvent.ObjectAttributes objectAttributes)
Copyright © 2017. All rights reserved.