public class PipelineEvent extends AbstractEvent
Modifier and Type | Class and Description |
---|---|
static class |
PipelineEvent.ObjectAttributes |
Modifier and Type | Field and Description |
---|---|
static String |
OBJECT_KIND |
static String |
X_GITLAB_EVENT |
Constructor and Description |
---|
PipelineEvent() |
Modifier and Type | Method and Description |
---|---|
EventCommit |
getCommit() |
List<Job> |
getJobs() |
PipelineEvent.ObjectAttributes |
getObjectAttributes() |
String |
getObjectKind() |
EventProject |
getProject() |
User |
getUser() |
void |
setCommit(EventCommit commit) |
void |
setJobs(List<Job> jobs) |
void |
setObjectAttributes(PipelineEvent.ObjectAttributes objectAttributes) |
void |
setObjectKind(String objectKind) |
void |
setProject(EventProject project) |
void |
setUser(User user) |
String |
toString() |
getRequestQueryString, getRequestSecretToken, getRequestUrl, setRequestQueryString, setRequestSecretToken, setRequestUrl
public static final String X_GITLAB_EVENT
public static final String OBJECT_KIND
public String getObjectKind()
public void setObjectKind(String objectKind)
public PipelineEvent.ObjectAttributes getObjectAttributes()
public void setObjectAttributes(PipelineEvent.ObjectAttributes objectAttributes)
public User getUser()
public void setUser(User user)
public EventProject getProject()
public void setProject(EventProject project)
public EventCommit getCommit()
public void setCommit(EventCommit commit)
Copyright © 2020. All rights reserved.