Modifier and Type | Class | Description |
---|---|---|
static class |
MergeRequestEvent.ObjectAttributes |
Modifier and Type | Field | Description |
---|---|---|
static String |
OBJECT_KIND |
|
static String |
X_GITLAB_EVENT |
Constructor | Description |
---|---|
MergeRequestEvent() |
Modifier and Type | Method | 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 Event
public void setObjectKind(String objectKind)
public User getUser()
public void setUser(User user)
public MergeRequestEvent.ObjectAttributes getObjectAttributes()
public void setObjectAttributes(MergeRequestEvent.ObjectAttributes objectAttributes)
Copyright © 2018. All rights reserved.